From c1268c34c8c48987a67cf9f4798f43429cb94b3d Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Tue, 19 Jul 2016 16:05:28 -0700 Subject: [PATCH] Fixes instructions to install offline docs --- installation/install-offline.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/install-offline.md b/installation/install-offline.md index a8dbcf62bd..614c30b37b 100644 --- a/installation/install-offline.md +++ b/installation/install-offline.md @@ -37,7 +37,7 @@ all the images. Then you copy that package to the host where you’ll install UC for this: ```bash - $ scp ucp-1.1.1_dtr-2.0.1.tar.gz $USER@$UCP_HOST:/tmp + $ scp ucp-1.1.2_dtr-2.0.2.tar.gz $USER@$UCP_HOST:/tmp ``` 3. Login into the host where you transferred the images. @@ -49,7 +49,7 @@ all the images. Then you copy that package to the host where you’ll install UC were you are going to install UCP, run: ```bash - $ docker load < /tmp/ucp-1.1.1_dtr-2.0.1.tar.gz + $ docker load < ucp-1.1.2_dtr-2.0.2.tar.gz ``` 5. Install Docker UCP.