You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/commandline/history.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Show the history of an image
14
14
|`--format`|`string`|| Format output using a custom template:<br>'table': Print output in table format with column headers (default)<br>'table TEMPLATE': Print output in table format using the given Go 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
15
|`-H`, `--human`|`bool`|`true`| Print sizes and dates in human readable format |
16
16
|`--no-trunc`|`bool`|| Don't truncate output |
17
+
|`--platform`|`string`|| Show history for the given platform. Formatted as `os[/arch[/variant]]` (e.g., `linux/amd64`) |
|[`--format`](#format)|`string`|| Format output using a custom template:<br>'table': Print output in table format with column headers (default)<br>'table TEMPLATE': Print output in table format using the given Go 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
-
|`-H`, `--human`|`bool`|`true`| Print sizes and dates in human readable format |
|[`--format`](#format)|`string`|| Format output using a custom template:<br>'table': Print output in table format with column headers (default)<br>'table TEMPLATE': Print output in table format using the given Go 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
+
|`-H`, `--human`|`bool`|`true`| Print sizes and dates in human readable format |
16
+
|`--no-trunc`|`bool`|| Don't truncate output |
17
+
|[`--platform`](#platform)|`string`|| Show history for the given platform. Formatted as `os[/arch[/variant]]` (e.g., `linux/amd64`) |
0 commit comments