mirror of https://github.com/docker/docs.git
3.1 offline packages added
This commit is contained in:
parent
ad62312382
commit
c8d5831a82
|
@ -3,6 +3,17 @@
|
||||||
# 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.1"
|
||||||
|
tar-files:
|
||||||
|
- description: "3.1.0 Linux"
|
||||||
|
url: https://packages.docker.com/caas/ucp_images_3.1.0.tar.gz
|
||||||
|
- description: "3.1.0 Windows Server 2016 LTSC"
|
||||||
|
url: https://packages.docker.com/caas/ucp_images_win_2016_3.1.0.tar.gz
|
||||||
|
- description: "3.1.0 Windows Server 1709"
|
||||||
|
url: https://packages.docker.com/caas/ucp_images_win_1709_3.1.0.tar.gz
|
||||||
|
- description: "3.1.0 Windows Server 1803"
|
||||||
|
url: https://packages.docker.com/caas/ucp_images_win_1803_3.1.0.tar.gz
|
||||||
- product: "ucp"
|
- product: "ucp"
|
||||||
version: "3.0"
|
version: "3.0"
|
||||||
tar-files:
|
tar-files:
|
||||||
|
|
|
@ -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.0" %}
|
{% include components/ddc_url_list_2.html product="ucp" version="3.1" %}
|
||||||
|
|
||||||
## Download the offline package
|
## Download the offline package
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue