mirror of https://github.com/docker/docs.git
Add note about UCP support dump
This commit is contained in:
parent
5ffef355a1
commit
541b7577a2
|
@ -38,3 +38,7 @@ docker run --rm \
|
||||||
{{ page.docker_image }} \
|
{{ page.docker_image }} \
|
||||||
support > docker-support.tgz
|
support > docker-support.tgz
|
||||||
```
|
```
|
||||||
|
|
||||||
|
This support dump only contains logs for the node where you're running the
|
||||||
|
command. If your UCP is highly available, you should collect support dumps
|
||||||
|
from all the manager nodes.
|
||||||
|
|
Loading…
Reference in New Issue