Skip to content

garethflowers/docker-npm-mirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM Mirror

An NPM mirror registry server, using verdaccio.

How to use this image

Start a NPM Mirror Server instance

To start a container, with data stored in /home/storage on the host, use the following:

docker run
	--name my-npm-mirror \
	--detach \
	--volume /home/storage:/var/opt/verdaccio \
	--publish 4873:4873 \
	garethflowers/npm-mirror

License