Merge pull request #9051 from ollypom/ucpclireference

Added `--log-driver none` to UCP CLI reference
This commit is contained in:
Dawn W 2019-07-11 14:09:12 -07:00 committed by GitHub
commit 65c11e1b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```