0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

Update docker.md

This commit is contained in:
Juan Picado @jotadeveloper 2017-10-08 09:13:54 +02:00 committed by GitHub
parent 82857dce93
commit c570cf21a3

View file

@ -24,7 +24,13 @@ For a specific (patch) version:
```bash
docker pull verdaccio/verdaccio:2.1.7
```
If you want to work with the Canary version
For the next major release using the `beta` version.
```bash
docker pull verdaccio/verdaccio:beta
```
The Canary version (master branch) is tagged as `next`
```bash
docker pull verdaccio/verdaccio:next