Docker base image to build other ones which require NodeJS.
Because we couldn't find into docker index an image which would install NodeJS from its website using the ADD built-in docker's instruction and wouldn't have a ENTRYPOINT or CMD instruction.
It fetches NodeJS (the release informed by a git tag) from its website, unpack and create a link to /usr/local/bin to node binary.
Therefore, you can use this as a base NodeJS image to create images with the instructions that you need for your own stuff.
MIT, read the LICENSE file for more details.
Content type
Image
Digest
sha256:70e256fad…
Size
86.5 MB
Last updated
almost 11 years ago
docker pull digit/docker-node:v0.10.30