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

https://github.com/nilorg/verdaccio-dockerfile

verdaccio npmjs proxy https://registry.npm.taobao.org
https://github.com/nilorg/verdaccio-dockerfile

docker dockerfile verdaccio verdaccio-dockerfile

Last synced: 7 months ago
JSON representation

verdaccio npmjs proxy https://registry.npm.taobao.org

Awesome Lists containing this project

README

          

# verdaccio-dockerfile
verdaccio npmjs proxy https://registry.npm.taobao.org

verdaccio部署简易私有化的npm包管理,已配置[npm-taobao](https://registry.npm.taobao.org)作为代理

sinopia已停止维护,改用[verdaccio](https://github.com/verdaccio/verdaccio)作为私有化的npm包管理

```bash
docker run --name verdaccio -e VERDACCIO_PORT=4873 -v /data/dockervolume/verdaccio/storage:/verdaccio/storage -p 4873:4873 -d nilorg/verdaccio

# debug
docker run -it --rm --name verdaccio -v ~/verdaccio/storage:/verdaccio/storage -p 4873:4873 nilorg/verdaccio
```