Sign inSign up

furdarius/npm-docker

By furdarius

•Updated over 9 years ago

Lightweight Docker image with stable verison of npm package manager for using in your build workflow

Image
1

1.4K

furdarius/npm-docker repository overview

⁠Furdarius/npm-docker

Docker Pulls

⁠What?

Lightweight Docker image with stable verison of npm package manager for using in your build workflow.

⁠How?
  • 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
    
⁠Alpine version available
  • 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
    

Tag summary

Content type

Image

Digest

Size

115.3 MB

Last updated

over 9 years ago

docker pull furdarius/npm-docker