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
82857dce93
commit
c570cf21a3
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue