mirror of https://github.com/docker/docs.git
Fixed UCP Pull Images command (#9124)
This commit is contained in:
parent
6a43ef1dfa
commit
05c9bf16bd
|
|
@ -65,7 +65,7 @@ Complete the following checks:
|
||||||
following command:
|
following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ docker run --rm {{ page.ucp_org }}/{{ page.ucp_repo }}:{{ page.ucp_version }} images --list: | xargs -L 1 docker pull
|
$ docker run --rm {{ page.ucp_org }}/{{ page.ucp_repo }}:{{ page.ucp_version }} images --list | xargs -L 1 docker pull
|
||||||
```
|
```
|
||||||
|
|
||||||
- Load troubleshooting packages (netshoot, etc)
|
- Load troubleshooting packages (netshoot, etc)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue