mirror of https://github.com/docker/docs.git
review updates
This commit is contained in:
parent
34894b9c80
commit
4c6d8fb806
|
@ -4,7 +4,7 @@ description: Create a support dump for UCP nodes
|
||||||
keywords: ucp, cli, support, support dump, troubleshooting
|
keywords: ucp, cli, support, support dump, troubleshooting
|
||||||
---
|
---
|
||||||
|
|
||||||
Create a support dump for this UCP node
|
Create a support dump for specified UCP nodes
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -25,5 +25,5 @@ This command creates a support dump file for the specified node(s), and prints i
|
||||||
| Option | Description |
|
| Option | Description |
|
||||||
|:--------------------------|:---------------------------|
|
|:--------------------------|:---------------------------|
|
||||||
|`--loglines`|Specify number of lines to grab from `journalctl`. The default is 10,000 lines.|
|
|`--loglines`|Specify number of lines to grab from `journalctl`. The default is 10,000 lines.|
|
||||||
|`--servicedriller`|Run the swarm service driller (ssd) tool. For more information on this tool, see [Docker Swarm Service Driller (ssd)](https://github.com/sanimej/ssd) Not run by default.|
|
|`--servicedriller`|Run the swarm service driller (ssd) tool. For more information on this tool, see [Docker Swarm Service Driller (ssd)](https://github.com/docker/libnetwork/tree/master/cmd/ssd) Not run by default.|
|
||||||
|`--nodes`|Select specific nodes on which to produce a support dump. Comma-separated node IDs are allowed. The default selects all nodes.|
|
|`--nodes`|Select specific nodes on which to produce a support dump. Comma-separated node IDs are allowed. The default selects all nodes.|
|
||||||
|
|
Loading…
Reference in New Issue