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
- Host: GitHub
- URL: https://github.com/nilorg/verdaccio-dockerfile
- Owner: nilorg
- License: mit
- Created: 2020-05-07T01:41:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T02:12:16.000Z (over 5 years ago)
- Last Synced: 2025-02-02T21:32:08.709Z (8 months ago)
- Topics: docker, dockerfile, verdaccio, verdaccio-dockerfile
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# verdaccio-dockerfile
verdaccio npmjs proxy https://registry.npm.taobao.orgverdaccio部署简易私有化的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
```