mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -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
|
```bash
|
||||||
docker pull verdaccio/verdaccio:2.1.7
|
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
|
```bash
|
||||||
docker pull verdaccio/verdaccio:beta
|
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/).
|
> 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
|
## 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:
|
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
|
## Docker Custom Builds
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue