mirror of https://github.com/docker/docs.git
corrections
This commit is contained in:
parent
60af1e5c28
commit
ba1ed1e840
|
@ -24,9 +24,9 @@ This command creates a support dump file for this node, and prints it to stdout.
|
|||
|
||||
| Option | Description |
|
||||
|:--------------------------|:---------------------------|
|
||||
|`--debug, D`|Enable debug mode|
|
||||
|`--jsonlog`|Produce json formatted output for easier parsing|
|
||||
|`--loglines`|Specify number of lines to grab from `journalctl`|
|
||||
|`--servicedriller`|Run the swarm service driller tool|
|
||||
|`--nodes`|Select specific nodes for which to produce a support dump. Comma-separated node IDs are allowed|
|
||||
|`--verbose`|Collect additional data, including a list of all non-system tasks or services running within the cluster|
|
||||
|`--debug, D`|Enable debug mode.|
|
||||
|`--jsonlog`|Produce json formatted output for easier parsing.|
|
||||
|`--loglines`|Specify number of lines to grab from `journalctl`. The default is 10,000 lines.|
|
||||
|`--servicedriller`|Run the swarm service driller tool. The default is off.|
|
||||
|`--nodes`|Select specific nodes for which to produce a support dump. Comma-separated node IDs are allowed. The default is all nodes.|
|
||||
|`--verbose`|Collect additional data, including a list of all non-system tasks or services running within the cluster. The default is off.|
|
||||
|
|
Loading…
Reference in New Issue