Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/garethflowers/docker-npm-mirror

Docker based NPM mirror server
https://github.com/garethflowers/docker-npm-mirror

docker-image npm-registry

Last synced: 2 months ago
JSON representation

Docker based NPM mirror server

Awesome Lists containing this project

README

        

# 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:
```sh
docker run
--name my-npm-mirror \
--detach \
--volume /home/storage:/var/opt/verdaccio \
--publish 4873:4873 \
garethflowers/npm-mirror
```

## License

* This image is released under the [MIT License](https://raw.githubusercontent.com/garethflowers/npm-mirror/master/LICENSE).