mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
docs: update docker page
remove alpha and fix links
This commit is contained in:
parent
535ea287dc
commit
25d7e4d81b
1 changed files with 3 additions and 8 deletions
|
@ -29,18 +29,13 @@ For a specific (patch) version:
|
|||
```bash
|
||||
docker pull verdaccio/verdaccio:2.1.7
|
||||
```
|
||||
For the next major release using the `beta` version.
|
||||
|
||||
For the next major release using the `beta` (`v.3.x`) version.
|
||||
|
||||
```bash
|
||||
docker pull verdaccio/verdaccio:beta
|
||||
```
|
||||
|
||||
The Canary version (master branch) is tagged as `alpha`
|
||||
|
||||
```bash
|
||||
docker pull verdaccio/verdaccio:alpha
|
||||
```
|
||||
|
||||
> If you are interested on a list of tags, [please visit the Docker Hub website](https://hub.docker.com/r/verdaccio/verdaccio/tags/).
|
||||
|
||||
## Running verdaccio using Docker
|
||||
|
@ -147,7 +142,7 @@ Please note that for any of the above docker commands you need to have docker in
|
|||
|
||||
There is a separate repository that hosts multiple configurations to compose Docker images with `verdaccio`, for instance, as reverse proxy:
|
||||
|
||||
https://github.com/verdaccio/docker-examples
|
||||
[https://github.com/verdaccio/docker-examples](https://github.com/verdaccio/docker-examples)
|
||||
|
||||
## Docker Custom Builds
|
||||
|
||||
|
|
Loading…
Reference in a new issue