Update DDC offline install

This commit is contained in:
Joao Fernandes 2016-11-22 12:08:35 -08:00
parent 9b92d622b5
commit 2b08ae1ee6
3 changed files with 4 additions and 2 deletions

View File

@ -39,6 +39,8 @@ defaults:
path: "datacenter"
values:
assignee: "joaofnfernandes"
ucp_latest_version: "2.0.1"
dtr_latest_version: "2.1.0"
- scope:
path: "docker-cloud"
values:

View File

@ -20,7 +20,7 @@ copy that package to the nodes where youll install DTR.
Docker Datacenter components:
```bash
$ wget https://packages.docker.com/caas/ucp-2.0.0_dtr-2.1.0.tar.gz -O docker-datacenter.tar.gz
$ wget https://packages.docker.com/caas/ucp-{{ page.ucp_latest_version }}_dtr-{{ page.dtr_latest_version }}.tar.gz -O docker-datacenter.tar.gz
```
2. Transfer the package to the offline nodes.

View File

@ -21,7 +21,7 @@ all the images. Then you copy that package to the host where youll install UC
Docker Datacenter components:
```bash
$ wget https://packages.docker.com/caas/ucp-2.0.0_dtr-2.1.0.tar.gz -O docker-datacenter.tar.gz
$ wget https://packages.docker.com/caas/ucp-{{ page.ucp_latest_version }}_dtr-{{ page.dtr_latest_version }}.tar.gz -O docker-datacenter.tar.gz
```
2. Transfer the package to the offline nodes.