Update offline install docs

This commit is contained in:
Joao Fernandes 2016-08-11 14:22:17 -07:00
parent 72f799363d
commit db523273c5
1 changed files with 5 additions and 5 deletions

View File

@ -23,11 +23,11 @@ copy that package to the nodes where youll install DTR.
1. Get the DTR package. 1. Get the DTR package.
Use a computer with internet access to download a single package with all DTR Use a computer with internet access to download a single package with all
images. As an example, to download UCP 2.0, 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 @@ copy that package to the nodes where youll install DTR.
for this. for this.
```bash ```bash
$ scp ucp-1.1.2_dtr-2.0.2.tar.gz $USER@$DTR_HOST:/tmp $ scp docker-datacenter.tag.gz $USER@$DTR_HOST:/tmp
``` ```
3. Login into the host where you transferred the images. 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. the `docker load` command, to load the images from the .tar file.
```bash ```bash
$ docker load < /tmp/ucp-1.1.2_dtr-2.0.2.tar.gz $ docker load < /tmp/docker-datacenter.tar.gz
``` ```
5. Install DTR. 5. Install DTR.