mirror of https://github.com/docker/cli.git
15 lines
1.3 KiB
Markdown
15 lines
1.3 KiB
Markdown
# container inspect
|
|
|
|
<!---MARKER_GEN_START-->
|
|
Display detailed information on one or more containers
|
|
|
|
### Options
|
|
|
|
| Name | Type | Default | Description |
|
|
|:-----------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
| `-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 |
|
|
| `-s`, `--size` | | | Display total file sizes |
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|