| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains Dockerfile of Node.js for Docker's automated build published to the public Docker Hub Registry.
Install Docker.
Download automated build from public Docker Hub Registry: docker pull dockerfile/nodejs
(alternatively, you can build an image from Dockerfile: docker build -t="dockerfile/nodejs" github.com/dockerfile/nodejs)
docker run -it --rm dockerfile/nodejs
docker run -it --rm dockerfile/nodejs node
docker run -it --rm dockerfile/nodejs npm
| Back | FazBrowse Home | New Git URL |