Added `--log-driver none` to UCP CLI reference

This commit is contained in:
ollypom 2019-07-11 20:52:25 +00:00
parent 2fad6265d2
commit 0966cda076
No known key found for this signature in database
GPG Key ID: 2E6D9F4EBCB6B160
1 changed files with 2 additions and 1 deletions

View File

@ -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
```