Gareth Flowers

Software Engineer

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