mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
aea3b9ddaf
* add docker examples to use plugins at docker * Update Dockerfile * chore: add v6 examples
14 lines
445 B
Markdown
14 lines
445 B
Markdown
# Verdaccio 5
|
|
|
|
> Before run examples, build the local image by running `pnpm docker`.
|
|
|
|
- [Docker + Nginx + Verdaccio](reverse_proxy/nginx/README.md)
|
|
|
|
## Using Plugins with Docker
|
|
|
|
List of different approaches
|
|
|
|
> Note these options could be improved, feel free to submit upgrades
|
|
|
|
- [Docker + Install plugins from a registry](plugins/docker-build-install-plugin/README.md)
|
|
- [Docker + Install local plugin](plugins/docker-local-plugin/README.md)
|