mirror of https://github.com/docker/docs.git
Added `--log-driver none` to UCP CLI reference
This commit is contained in:
parent
2fad6265d2
commit
0966cda076
|
@ -11,7 +11,8 @@ Create a support dump for specified UCP nodes
|
|||
```
|
||||
docker container run --rm \
|
||||
--name ucp \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
--log-driver none \
|
||||
--volume /var/run/docker.sock:/var/run/docker.sock \
|
||||
docker/ucp \
|
||||
support [command options] > docker-support.tgz
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue