mirror of https://github.com/docker/docs.git
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:
parent
daa3aebf88
commit
a96dc07199
|
@ -9,7 +9,7 @@ Create a backup of a UCP manager node
|
|||
## Usage
|
||||
|
||||
```bash
|
||||
docker container run --log-driver none --rm -i \
|
||||
docker container run --log-driver none --rm \
|
||||
--name ucp \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
docker/ucp \
|
||||
|
|
Loading…
Reference in New Issue