Update offline install docs for DTR 2.0.3

(cherry picked from commit 4f7a1b6e54953edc77203f7751b372619dd12c50)
This commit is contained in:
Joao Fernandes 2016-08-11 15:13:05 -07:00
parent 74f90de045
commit 4bb2b0faee
1 changed files with 5 additions and 5 deletions

View File

@ -23,11 +23,11 @@ all the images. Then you copy that package to the host where youll install UC
1. Get the UCP package. 1. Get the UCP package.
Use a computer with internet access to download a single package with all UCP Use a computer with internet access to download a single package with all
images. As an example, to download UCP 1.1, run: Docker Datacenter components:
```bash ```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. 2. Transfer the package to the offline node.
@ -37,7 +37,7 @@ all the images. Then you copy that package to the host where youll install UC
for this: for this:
```bash ```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. 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 youll install UC
were you are going to install UCP, run: were you are going to install UCP, run:
```bash ```bash
$ docker load < ucp-1.1.2_dtr-2.0.2.tar.gz $ docker load < docker-datacenter.tar.gz
``` ```
5. Install Docker UCP. 5. Install Docker UCP.