Remove interactive tag

Remove the interactive tag from backup as the command does not run as shown in the example
This commit is contained in:
David Yu 2018-08-09 15:55:37 -07:00 committed by GitHub
parent daa3aebf88
commit a96dc07199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Create a backup of a UCP manager node
## Usage ## Usage
```bash ```bash
docker container run --log-driver none --rm -i \ docker container run --log-driver none --rm \
--name ucp \ --name ucp \
-v /var/run/docker.sock:/var/run/docker.sock \ -v /var/run/docker.sock:/var/run/docker.sock \
docker/ucp \ docker/ucp \