From 05c9bf16bdeee9cf70d3d18745c1ba542cd6071d Mon Sep 17 00:00:00 2001 From: Olly P Date: Thu, 25 Jul 2019 17:35:40 +0100 Subject: [PATCH] Fixed UCP Pull Images command (#9124) --- ee/ucp/admin/install/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/ucp/admin/install/upgrade.md b/ee/ucp/admin/install/upgrade.md index a7d0f5547b..c7fe20b8da 100644 --- a/ee/ucp/admin/install/upgrade.md +++ b/ee/ucp/admin/install/upgrade.md @@ -65,7 +65,7 @@ Complete the following checks: 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)