Fixed UCP Pull Images command (#9124)

This commit is contained in:
Olly P 2019-07-25 17:35:40 +01:00 committed by GitHub
parent 6a43ef1dfa
commit 05c9bf16bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)