Docker image with node js and other useful tools for building and testing web applications.
576
Docker image with node js and other useful tools for building and testing web applications.
Available images: latest, 12.13.1-alpine, 10.17.0-alpine, 8.16.2-alpine, 8.16.0-alpine.
docker run --rm -it -v /path/to/project:/workspace -v <node-modules-volume>:/workspace/node_modules tinslice/nodejs:8.16.0-alpine bash
docker run --rm -it \
-e NPM_REGISTRY=<npm-registry> \
-e NPM_USER=<npm-user> \
-e NPM_PASS=<npm-pass> \
-v /path/to/project:/workspace \
-v <node-modules-volume>:/workspace/node_modules \
tinslice/nodejs:8.16.0-alpine bash
Content type
Image
Digest
Size
46.2 MB
Last updated
almost 7 years ago
docker pull tinslice/nodejs