Skip to content

Klowner/docker-localnpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

local-npm for Docker

local-npm in iron.io's very small iron/node

Quick-start

$ docker run -d -v "$PWD/data":/data -p 5080:5080 klowner/local-npm

Pretty straight-forward, after running the above command you should have a functioning npm mirror. You can tell npm to use it by running npm set registry http://127.0.0.1:5080.

Check out the full local-npm documentation.

About

local-npm in iron.io's very small iron/node

Resources

Stars

Watchers

Forks

Packages

No packages published