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:
Matt Bentley 2016-05-09 18:17:55 -04:00 committed by Joao Fernandes
parent c9c7f3db4d
commit 0d303f218f
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ backup:
```bash
$ docker run --rm -i --name ucp \
-v /var/run/docker.sock:/var/run/docker.sock \
docker/ucp restore -i < backup.tar
docker/ucp restore < backup.tar
```