Made the Load command compatible with Windows and Linux

This commit is contained in:
ollypom 2019-02-19 17:49:03 +00:00
parent 09b8a4e913
commit e8ffea74b4
No known key found for this signature in database
GPG Key ID: 2E6D9F4EBCB6B160
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