Merge pull request #7969 from docker/dtr-cli

Add example usage from PR 6964
This commit is contained in:
Maria Bermudez 2019-01-03 17:40:50 -08:00 committed by GitHub
commit f7ef525200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@ docker run -i --rm docker/dtr \
backup [command options] > backup.tar
```
### Example Usage
```bash
docker run -i --rm docker/dtr \
backup --ucp-ca "$(cat ca.pem)" --existing-replica-id 5eb9459a7832 > backup.tar
```
## Description