mirror of https://github.com/docker/docs.git
Update install-offline.md
This commit is contained in:
parent
cf8f186bf8
commit
379e767591
|
|
@ -36,6 +36,12 @@ line:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ wget <ucp-package-url> -O ucp.tar.gz
|
$ wget <ucp-package-url> -O ucp.tar.gz
|
||||||
|
```
|
||||||
|
```
|
||||||
|
EXAMPLE
|
||||||
|
```
|
||||||
|
$ wget https://packages.docker.com/caas/ucp_images_3.0.6.tar.gz -0 ucp_3.0.6.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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue