mirror of https://github.com/docker/docs.git
Update backup.md
This commit is contained in:
parent
450f461b54
commit
92b61efbd3
|
@ -18,12 +18,14 @@ docker run -i --rm docker/dtr \
|
|||
### Example Commands
|
||||
|
||||
#### Basic
|
||||
|
||||
```bash
|
||||
docker run -i --rm --log-driver none docker/dtr:{{ page.dtr_version }} \
|
||||
backup --ucp-ca "$(cat ca.pem)" --existing-replica-id 5eb9459a7832 > backup.tar
|
||||
```
|
||||
|
||||
#### Advanced (with chained commands)
|
||||
|
||||
{% raw %}
|
||||
```none
|
||||
DTR_VERSION=$(docker container inspect $(docker container ps -f \
|
||||
|
|
Loading…
Reference in New Issue