DEPRECATED: use https://github.com/mhart/alpine-node instead.
Minimal node.js environment:
gliderlabs/alpine base imagenode by default$ docker run -it --rm jbergknoff/nodejs
> console.log("hello world!");
hello world!
$ ls
index.js
$ docker run -it --rm -v $(pwd):$(pwd) -w $(pwd) jbergknoff/nodejs node index.js
...script output...
Content type
Image
Digest
sha256:6a81e7aee…
Size
5.9 MB
Last updated
over 10 years ago
docker pull jbergknoff/nodejs