github.com/khulnasoft/cli@v0.0.0-20240402070845-01bcad7beefa/docs/reference/commandline/info.md (about) 1 # docker info 2 3 <!---MARKER_GEN_START--> 4 Display system-wide information 5 6 ### Aliases 7 8 `docker system info`, `docker info` 9 10 ### Options 11 12 | Name | Type | Default | Description | 13 |:-----------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| 14 | `-f`, `--format` | `string` | | Format output using a custom template:<br>'json': Print in JSON format<br>'TEMPLATE': Print output using the given Go template.<br>Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates | 15 16 17 <!---MARKER_GEN_END--> 18