mirror of https://github.com/docker/docs.git
Merge pull request #7969 from docker/dtr-cli
Add example usage from PR 6964
This commit is contained in:
commit
f7ef525200
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue