mirror of https://github.com/docker/docs.git
parent
b0b7c713f2
commit
e004eb90b7
|
@ -3,6 +3,15 @@
|
||||||
# environment that can't access the internet
|
# environment that can't access the internet
|
||||||
|
|
||||||
# Used by _includes/components/ddc_url_list_2.html
|
# Used by _includes/components/ddc_url_list_2.html
|
||||||
|
- product: "ucp"
|
||||||
|
version: "3.2"
|
||||||
|
tar-files:
|
||||||
|
- description: "3.2.0 Linux"
|
||||||
|
url: https://packages.docker.com/caas/ucp_images_3.2.0.tar.gz
|
||||||
|
- description: "3.2.0 Windows Server 2016 LTSC"
|
||||||
|
url: https://packages.docker.com/caas/ucp_images_win_2016_3.2.0.tar.gz
|
||||||
|
- description: "3.2.0 Windows Server 2019 LTSC"
|
||||||
|
url: https://packages.docker.com/caas/ucp_images_win_2019_3.2.0.tar.gz
|
||||||
- product: "ucp"
|
- product: "ucp"
|
||||||
version: "3.1"
|
version: "3.1"
|
||||||
tar-files:
|
tar-files:
|
||||||
|
|
|
@ -1329,7 +1329,7 @@ manuals:
|
||||||
title: Install
|
title: Install
|
||||||
- path: /ee/ucp/admin/install/install-offline/
|
- path: /ee/ucp/admin/install/install-offline/
|
||||||
title: Install offline
|
title: Install offline
|
||||||
sectiontitle: Cloud Providers
|
- sectiontitle: Cloud Providers
|
||||||
section:
|
section:
|
||||||
- path: /ee/ucp/admin/install/cloudproviders/install-on-azure/
|
- path: /ee/ucp/admin/install/cloudproviders/install-on-azure/
|
||||||
title: Install on Azure
|
title: Install on Azure
|
||||||
|
|
|
@ -15,7 +15,7 @@ all the images. Then you copy that package to the host where you’ll install DT
|
||||||
|
|
||||||
## Versions available
|
## Versions available
|
||||||
|
|
||||||
{% include components/ddc_url_list_2.html product="dtr" version="2.6" %}
|
{% include components/ddc_url_list_2.html product="dtr" version="2.7" %}
|
||||||
|
|
||||||
## Download the offline package
|
## Download the offline package
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ installation will fail.
|
||||||
Use a computer with internet access to download the UCP package from the
|
Use a computer with internet access to download the UCP package from the
|
||||||
following links.
|
following links.
|
||||||
|
|
||||||
{% include components/ddc_url_list_2.html product="ucp" version="3.1" %}
|
{% include components/ddc_url_list_2.html product="ucp" version="3.2" %}
|
||||||
|
|
||||||
## Download the offline package
|
## Download the offline package
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ copy this package to the host where you upgrade UCP.
|
||||||
Use a computer with internet access to download the UCP package from the
|
Use a computer with internet access to download the UCP package from the
|
||||||
following links.
|
following links.
|
||||||
|
|
||||||
{% include components/ddc_url_list_2.html product="ucp" version="3.1" %}
|
{% include components/ddc_url_list_2.html product="ucp" version="3.2" %}
|
||||||
|
|
||||||
## Download the offline package
|
## Download the offline package
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue