Lightweight Docker image with stable verison of npm package manager for using in your build workflow
1.4K
Lightweight Docker image with stable verison of npm package manager for using in your build workflow.
Pull it
docker pull furdarius/npm-docker:latest
Use it:
docker run --rm --net=host -it -v $(pwd):/app -v ~/.npm:/npm-data -e "NPM_CONFIG_CACHE=/npm-data" furdarius/npm-docker:latest install
Pull it
docker pull furdarius/npm-docker:alpine
Use it:
docker run --rm --net=host -it -v $(pwd):/app -v ~/.npm:/npm-data -e "NPM_CONFIG_CACHE=/npm-data" furdarius/npm-docker:alpine install
Content type
Image
Digest
Size
115.3 MB
Last updated
over 9 years ago
docker pull furdarius/npm-docker