Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 345 Bytes

File metadata and controls

25 lines (18 loc) · 345 Bytes

Node.js based on Ubuntu 18.04 (Bionic Beaver)


Pull from Docker Hub

docker pull rahulcv/nodejs:latest

Build from GitHub

docker build -t rahulcv/nodejs github.com/rahulcv/docker-nodejs

Run image

docker run -it rahulcv/nodejs bash

Use as base image

FROM rahulcv/nodejs:latest