0
Fork 0
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:
Juan Picado @jotadeveloper 2018-04-18 08:20:57 +02:00
parent 535ea287dc
commit 25d7e4d81b
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -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