Replace dtr-load-balancer by dtr-external-url

Fixes #961
This commit is contained in:
Joao Fernandes 2016-12-22 10:53:28 -08:00
parent ab96097160
commit 532c49758f
1 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ $ docker run -i --rm \
--ucp-insecure-tls \ --ucp-insecure-tls \
--ucp-username <ucp-admin> \ --ucp-username <ucp-admin> \
--ucp-password <ucp-password> \ --ucp-password <ucp-password> \
--dtr-load-balancer <dtr-domain-name> < /tmp/backup.tar --dtr-external-url <dtr-url> < /tmp/backup.tar
``` ```
Where: Where:
@ -120,7 +120,7 @@ Where:
* `--ucp-url` is the address of UCP, * `--ucp-url` is the address of UCP,
* `--ucp-insecure-tls` is to trust the UCP TLS certificate, * `--ucp-insecure-tls` is to trust the UCP TLS certificate,
* `--ucp-username`, and `--ucp-password` are the credentials of a UCP administrator, * `--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 ## Where to go next