mirror of https://github.com/docker/docs.git
review corrections
This commit is contained in:
parent
03fdf24085
commit
ac7df7c246
|
@ -27,6 +27,5 @@ This command creates a support dump file for this node, and prints it to stdout.
|
|||
|`--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 on 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. Customer-specific info is not included.|
|
||||
|`--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.|
|
||||
|`--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