Merge pull request #8307 from ollypom/offlineimageload

EE Offline Bundle Load Command now works on Windows
This commit is contained in:
Maria Bermudez 2019-02-19 11:28:58 -08:00 committed by GitHub
commit dca9a45f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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.

View File

@ -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