mirror of https://github.com/docker/docs.git
Update DDC offline install
This commit is contained in:
parent
9b92d622b5
commit
2b08ae1ee6
|
@ -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:
|
||||
|
|
|
@ -20,7 +20,7 @@ copy that package to the nodes where you’ll 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.
|
||||
|
|
|
@ -21,7 +21,7 @@ all the images. Then you copy that package to the host where you’ll 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.
|
||||
|
|
Loading…
Reference in New Issue