mirror of https://github.com/docker/docs.git
Made the Load command compatible with Windows and Linux
This commit is contained in:
parent
09b8a4e913
commit
e8ffea74b4
|
|
@ -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