From edf6c3ba6a78e9f0c92fcda4bf26406c0518f9be Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Tue, 19 Jul 2016 16:06:16 -0700 Subject: [PATCH] Fixes instructions to install offline docs --- install/install-dtr-offline.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/install-dtr-offline.md b/install/install-dtr-offline.md index c9be8e5963..c94ce296a1 100644 --- a/install/install-dtr-offline.md +++ b/install/install-dtr-offline.md @@ -37,7 +37,7 @@ copy that package to the nodes where you’ll install DTR. for this. ```bash - $ scp ucp-1.1.1_dtr-2.0.1.tar.gz $USER@$DTR_HOST:/tmp + $ scp ucp-1.1.2_dtr-2.0.2.tar.gz $USER@$DTR_HOST:/tmp ``` 3. Login into the host where you transferred the images. @@ -48,7 +48,7 @@ copy that package to the nodes where you’ll install DTR. the `docker load` command, to load the images from the .tar file. ```bash - $ docker load < /tmp/ucp-1.1.1_dtr-2.0.1.tar.gz + $ docker load < /tmp/ucp-1.1.2_dtr-2.0.2.tar.gz ``` 5. Install DTR.