mirror of https://github.com/docker/docs.git
Merge pull request #969 from joaofnfernandes/dtr-external-url
Replace dtr-load-balancer by dtr-external-url
This commit is contained in:
commit
75a267a6c4
|
@ -112,7 +112,7 @@ $ docker run -i --rm \
|
|||
--ucp-insecure-tls \
|
||||
--ucp-username <ucp-admin> \
|
||||
--ucp-password <ucp-password> \
|
||||
--dtr-load-balancer <dtr-domain-name> < /tmp/backup.tar
|
||||
--dtr-external-url <dtr-url> < /tmp/backup.tar
|
||||
```
|
||||
|
||||
Where:
|
||||
|
@ -120,7 +120,7 @@ Where:
|
|||
* `--ucp-url` is the address of UCP,
|
||||
* `--ucp-insecure-tls` is to trust the UCP TLS certificate,
|
||||
* `--ucp-username`, and `--ucp-password` are the credentials of a UCP administrator,
|
||||
* `--dtr-load-balancer` is the domain name or ip where DTR can be reached.
|
||||
* `--dtr-external-url` is the domain name or ip where DTR can be reached.
|
||||
|
||||
|
||||
## Where to go next
|
||||
|
|
Loading…
Reference in New Issue