mirror of https://github.com/docker/docs.git
Update restore-dtr.md (#9999)
add --tty flag to supply password interactively
This commit is contained in:
parent
6859d9c371
commit
278c8184e0
|
|
@ -38,6 +38,7 @@ Start by removing any DTR container that is still running:
|
|||
```none
|
||||
$ docker container run \
|
||||
--rm \
|
||||
--tty \
|
||||
--interactive \
|
||||
{{ page.dtr_org }}/{{ page.dtr_repo }}:{{ page.dtr_version }} destroy \
|
||||
--ucp-insecure-tls
|
||||
|
|
|
|||
Loading…
Reference in New Issue