This node.js image can be used as base image for app containers or to run single node.js scripts
2.4K
The image assumes that your application has package.json
Run a single Node.js script: $ docker run -it --rm --name my-node-script -v "$PWD":/usr/src/app -w /usr/src/app playkot/node node your-daemon-or-script.js
Content type
Image
Digest
Size
480.2 MB
Last updated
over 8 years ago
docker pull playkot/node:latest-edgejs