Skip to content

FolhaSP/docker-npm-proxy-cache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Usage

Run the container of npm-proxy-cache

docker run --restart=always --net=host -p 8080:8080 -t folha/npm-proxy-cache --name=npm-proxy-cache

Add to /etc/rc.local

docker start npm-proxy-cache

Monitoring

docker logs --follow --tail 10  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

HTTP/HTTPS caching proxy for work with npm utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published