mirror of https://github.com/docker/docs.git
Fixing syntax for DTR upgrade command
Added missing colon between `dtr_repo` and `dtr_version`
This commit is contained in:
parent
6045501313
commit
362c0f8815
|
@ -66,7 +66,7 @@ nodes if upgrading offline), run the upgrade command:
|
|||
|
||||
```none
|
||||
$ docker run -it --rm \
|
||||
{{ page.dtr_org }}/{{ page.dtr_repo }}{{ page.dtr_version }} upgrade \
|
||||
{{ page.dtr_org }}/{{ page.dtr_repo }}:{{ page.dtr_version }} upgrade \
|
||||
--ucp-insecure-tls
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue