mirror of https://github.com/docker/docs.git
Merge pull request #7695 from gonzalo-contador/patch-8
Update install-offline.md
This commit is contained in:
commit
a724ce3666
|
@ -38,6 +38,15 @@ line:
|
|||
$ 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
|
||||
the machines where you want to install UCP.
|
||||
|
||||
|
|
Loading…
Reference in New Issue