diff --git a/installation/install-offline.md b/installation/install-offline.md index 614c30b37b..10eb347ee9 100644 --- a/installation/install-offline.md +++ b/installation/install-offline.md @@ -23,11 +23,11 @@ all the images. Then you copy that package to the host where you’ll install UC 1. Get the UCP package. - Use a computer with internet access to download a single package with all UCP - images. As an example, to download UCP 1.1, run: + Use a computer with internet access to download a single package with all + Docker Datacenter components: ```bash - $ wget https://packages.docker.com/caas/ucp-1.1.2_dtr-2.0.2.tar.gz + $ wget https://packages.docker.com/caas/ucp-1.1.2_dtr-2.0.3.tar.gz -O docker-datacenter.tar.gz ``` 2. Transfer the package to the offline node. @@ -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.2_dtr-2.0.2.tar.gz $USER@$UCP_HOST:/tmp + $ scp docker-datacenter.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 < ucp-1.1.2_dtr-2.0.2.tar.gz + $ docker load < docker-datacenter.tar.gz ``` 5. Install Docker UCP.