Merge pull request #969 from joaofnfernandes/dtr-external-url

Replace dtr-load-balancer by dtr-external-url
This commit is contained in:
Joao Fernandes 2017-01-03 11:37:48 -08:00 committed by GitHub
commit 75a267a6c4
1 changed files with 2 additions and 2 deletions

View File

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