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

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