mirror of https://github.com/docker/docs.git
Merge pull request #8307 from ollypom/offlineimageload
EE Offline Bundle Load Command now works on Windows
This commit is contained in:
commit
dca9a45f26
|
@ -44,7 +44,7 @@ For each machine where you want to install DTR:
|
|||
`docker load` command to load the Docker images from the tar archive:
|
||||
|
||||
```bash
|
||||
$ docker load < dtr.tar.gz
|
||||
$ docker load -i dtr.tar.gz
|
||||
```
|
||||
|
||||
## Install DTR
|
||||
|
|
|
@ -57,7 +57,7 @@ For each machine that you want to manage with UCP:
|
|||
`docker load` command, to load the Docker images from the tar archive:
|
||||
|
||||
```bash
|
||||
$ docker load < ucp.tar.gz
|
||||
$ docker load -i ucp.tar.gz
|
||||
```
|
||||
|
||||
Follow the same steps for the DTR binaries.
|
||||
|
|
|
@ -47,7 +47,7 @@ For each machine that you want to manage with UCP:
|
|||
`docker load` command, to load the Docker images from the tar archive:
|
||||
|
||||
```bash
|
||||
$ docker load < ucp.tar.gz
|
||||
$ docker load -i ucp.tar.gz
|
||||
```
|
||||
|
||||
## Upgrade UCP
|
||||
|
|
Loading…
Reference in New Issue