Image for running an npm caching proxy.
5.2K
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
Content type
Image
Digest
sha256:cbdad7076…
Size
14.1 MB
Last updated
almost 11 years ago
docker pull kudoz/npm-proxy-cache