Fixes instructions to install offline docs

This commit is contained in:
Joao Fernandes 2016-07-19 16:06:16 -07:00
parent 8281bfa5f1
commit edf6c3ba6a
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ copy that package to the nodes where youll 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 youll 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.