diff --git a/datacenter/ucp/2.2/guides/admin/install/install-offline.md b/datacenter/ucp/2.2/guides/admin/install/install-offline.md index c917cae8ff..964744d514 100644 --- a/datacenter/ucp/2.2/guides/admin/install/install-offline.md +++ b/datacenter/ucp/2.2/guides/admin/install/install-offline.md @@ -38,6 +38,15 @@ line: $ wget -O ucp.tar.gz ``` +### Download a specific version + +> ***Note***: Offline packages for UCP 2.2.x are available for different OS distributions. +> Copy the URL of your specific OS and version to work with the example below. + +``` +$ wget https://packages.docker.com/caas/ucp_images_2.2.14.tar.gz -O ucp_2.2.14.tar.gz +``` + Now that you have the package in your local machine, you can transfer it to the machines where you want to install UCP.