Sign inSign up

garethflowers/npm-mirror

By garethflowers

Updated 7 months ago

An NPM mirror registry server, using verdaccio.

Image
Developer tools
2

6.7K

garethflowers/npm-mirror repository overview

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

Tag summary

Content type

Image

Digest

sha256:8ee1a7655

Size

71.2 MB

Last updated

about 2 years ago

docker pull garethflowers/npm-mirror