this Dockerfile contains:
$ docker build -t foo/bar:0.1 .
$ docker run -v /path/host/node-project:/var/www -p 8080:3000 -i -t foo/bar:0.1
$ docker run -v /path/host/node-project:/var/www -p 8080:3000 -it brnbp/node:latest
Content type
Image
Digest
Size
276.9 MB
Last updated
almost 9 years ago
docker pull brnbp/node