Merge pull request #7695 from gonzalo-contador/patch-8

Update install-offline.md
This commit is contained in:
Maria Bermudez 2018-12-27 15:43:50 -08:00 committed by GitHub
commit a724ce3666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -38,6 +38,15 @@ line:
$ wget <ucp-package-url> -O ucp.tar.gz $ wget <ucp-package-url> -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 Now that you have the package in your local machine, you can transfer it to
the machines where you want to install UCP. the machines where you want to install UCP.