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:
parent
695fe50d2c
commit
689476de6f
1 changed files with 2 additions and 2 deletions
|
@ -33,10 +33,10 @@ For the next major release using the `beta` version.
|
|||
docker pull verdaccio/verdaccio:beta
|
||||
```
|
||||
|
||||
The Canary version (master branch) is tagged as `next`
|
||||
The Canary version (master branch) is tagged as `alpha`
|
||||
|
||||
```bash
|
||||
docker pull verdaccio/verdaccio:next
|
||||
docker pull verdaccio/verdaccio:alpha
|
||||
```
|
||||
|
||||
## Running verdaccio using Docker
|
||||
|
|
Loading…
Reference in a new issue