Skip to content

kudos/docker-npm-proxy-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Usage

Run the container

docker run --net=host -p 8080:8080 -t kudoz/npm-proxy-cache

Use it with npm, replacing the npm-proxy-cache hostname below with the ip or hostname you have the container above running at.

npm --proxy http://npm-proxy-cache:8080 --https-proxy http://npm-proxy-cache:8080 --strict-ssl false install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published