This repository contains Dockerfile of Node.js for Docker's automated build published to the public Docker Hub Registry.
The master branch here corresponds to the lastest tag in Dockerhub, which installs nodejs@latest. Any other versions are under their own branches here, and correspond to their versioned tags in Dockerhub.
-
Install Docker.
-
Download automated build from public Docker Hub Registry:
docker pull dockerfile/nodejs:latest(alternatively, you can build an image from Dockerfile:
docker build -t="dorkusprime/nodejs:latest" github.com/dorkusprime/nodejs_versioned)
docker run -it --rm dorkusprime/nodejs:0.11.9
docker run -it --rm dorkusprime/nodejs:0.11.9 node
docker run -it --rm dorkusprime/nodejs:0.11.9 npm