mirror of https://github.com/docker/docs.git
No interactive on restore; doesn't exist in 1.1.0
Signed-off-by: Matt Bentley <matt.bentley@docker.com>
This commit is contained in:
parent
c9c7f3db4d
commit
0d303f218f
|
@ -72,7 +72,7 @@ backup:
|
||||||
```bash
|
```bash
|
||||||
$ docker run --rm -i --name ucp \
|
$ docker run --rm -i --name ucp \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||||
docker/ucp restore -i < backup.tar
|
docker/ucp restore < backup.tar
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue