diff --git a/docs/reference/commandline/builder_prune.md b/docs/reference/commandline/builder_prune.md index 2d809b0de3fc..8dbbfbd8d220 100644 --- a/docs/reference/commandline/builder_prune.md +++ b/docs/reference/commandline/builder_prune.md @@ -8,7 +8,7 @@ Remove build cache | Name | Type | Default | Description | |:-----------------|:---------|:--------|:------------------------------------------------------| | `-a`, `--all` | `bool` | | Remove all unused build cache, not just dangling ones | -| `--filter` | `filter` | `{}` | Provide filter values (e.g. `until=24h`) | +| `--filter` | `filter` | | Provide filter values (e.g. `until=24h`) | | `-f`, `--force` | `bool` | | Do not prompt for confirmation | | `--keep-storage` | `bytes` | `0` | Amount of disk space to keep for cache | diff --git a/docs/reference/commandline/config_ls.md b/docs/reference/commandline/config_ls.md index 8e0d44b1cb99..1f5ad9e844ab 100644 --- a/docs/reference/commandline/config_ls.md +++ b/docs/reference/commandline/config_ls.md @@ -11,7 +11,7 @@ List configs | Name | Type | Default | Description | |:---------------------------------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [`-f`](#filter), [`--filter`](#filter) | `filter` | `{}` | Filter output based on conditions provided | +| [`-f`](#filter), [`--filter`](#filter) | `filter` | | Filter output based on conditions provided | | [`--format`](#format) | `string` | | Format output using a custom template:
'table': Print output in table format with column headers (default)
'table TEMPLATE': Print output in table format using the given Go template
'json': Print in JSON format
'TEMPLATE': Print output using the given Go template.
Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates | | `-q`, `--quiet` | `bool` | | Only display IDs | diff --git a/docs/reference/commandline/container_ls.md b/docs/reference/commandline/container_ls.md index d94eda7d8403..a19f7a5e0410 100644 --- a/docs/reference/commandline/container_ls.md +++ b/docs/reference/commandline/container_ls.md @@ -12,7 +12,7 @@ List containers | Name | Type | Default | Description | |:---------------------------------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [`-a`](#all), [`--all`](#all) | `bool` | | Show all containers (default shows just running) | -| [`-f`](#filter), [`--filter`](#filter) | `filter` | `{}` | Filter output based on conditions provided | +| [`-f`](#filter), [`--filter`](#filter) | `filter` | | Filter output based on conditions provided | | [`--format`](#format) | `string` | | Format output using a custom template:
'table': Print output in table format with column headers (default)
'table TEMPLATE': Print output in table format using the given Go template
'json': Print in JSON format
'TEMPLATE': Print output using the given Go template.
Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates | | `-n`, `--last` | `int` | `-1` | Show n last created containers (includes all states) | | `-l`, `--latest` | `bool` | | Show the latest created container (includes all states) | diff --git a/docs/reference/commandline/container_prune.md b/docs/reference/commandline/container_prune.md index 4c16c3091978..dd753aa26b8d 100644 --- a/docs/reference/commandline/container_prune.md +++ b/docs/reference/commandline/container_prune.md @@ -7,7 +7,7 @@ Remove all stopped containers | Name | Type | Default | Description | |:----------------------|:---------|:--------|:-------------------------------------------------| -| [`--filter`](#filter) | `filter` | `{}` | Provide filter values (e.g. `until=`) | +| [`--filter`](#filter) | `filter` | | Provide filter values (e.g. `until=`) | | `-f`, `--force` | `bool` | | Do not prompt for confirmation | diff --git a/docs/reference/commandline/events.md b/docs/reference/commandline/events.md index 0ca52a5ad68b..a5012cd6b7c3 100644 --- a/docs/reference/commandline/events.md +++ b/docs/reference/commandline/events.md @@ -11,7 +11,7 @@ Get real time events from the server | Name | Type | Default | Description | |:-----------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `-f`, `--filter` | `filter` | `{}` | Filter output based on conditions provided | +| `-f`, `--filter` | `filter` | | Filter output based on conditions provided | | `--format` | `string` | | Format output using a custom template:
'json': Print in JSON format
'TEMPLATE': Print output using the given Go template.
Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates | | `--since` | `string` | | Show all events created since timestamp | | `--until` | `string` | | Stream events until this timestamp | diff --git a/docs/reference/commandline/image_ls.md b/docs/reference/commandline/image_ls.md index 1124790c0088..925b6993bccd 100644 --- a/docs/reference/commandline/image_ls.md +++ b/docs/reference/commandline/image_ls.md @@ -13,7 +13,7 @@ List images |:---------------------------------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `-a`, `--all` | `bool` | | Show all images (default hides intermediate images) | | [`--digests`](#digests) | `bool` | | Show digests | -| [`-f`](#filter), [`--filter`](#filter) | `filter` | `{}` | Filter output based on conditions provided | +| [`-f`](#filter), [`--filter`](#filter) | `filter` | | Filter output based on conditions provided | | [`--format`](#format) | `string` | | Format output using a custom template:
'table': Print output in table format with column headers (default)
'table TEMPLATE': Print output in table format using the given Go template
'json': Print in JSON format
'TEMPLATE': Print output using the given Go template.
Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates | | [`--no-trunc`](#no-trunc) | `bool` | | Don't truncate output | | `-q`, `--quiet` | `bool` | | Only show image IDs | diff --git a/docs/reference/commandline/image_prune.md b/docs/reference/commandline/image_prune.md index 2954fdce33b2..bd02b16275d7 100644 --- a/docs/reference/commandline/image_prune.md +++ b/docs/reference/commandline/image_prune.md @@ -8,7 +8,7 @@ Remove unused images | Name | Type | Default | Description | |:----------------------|:---------|:--------|:-------------------------------------------------| | `-a`, `--all` | `bool` | | Remove all unused images, not just dangling ones | -| [`--filter`](#filter) | `filter` | `{}` | Provide filter values (e.g. `until=`) | +| [`--filter`](#filter) | `filter` | | Provide filter values (e.g. `until=`) | | `-f`, `--force` | `bool` | | Do not prompt for confirmation | diff --git a/docs/reference/commandline/images.md b/docs/reference/commandline/images.md index be20d2410305..8d615ec21b10 100644 --- a/docs/reference/commandline/images.md +++ b/docs/reference/commandline/images.md @@ -13,7 +13,7 @@ List images |:-----------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `-a`, `--all` | `bool` | | Show all images (default hides intermediate images) | | `--digests` | `bool` | | Show digests | -| `-f`, `--filter` | `filter` | `{}` | Filter output based on conditions provided | +| `-f`, `--filter` | `filter` | | Filter output based on conditions provided | | `--format` | `string` | | Format output using a custom template:
'table': Print output in table format with column headers (default)
'table TEMPLATE': Print output in table format using the given Go template
'json': Print in JSON format
'TEMPLATE': Print output using the given Go template.
Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates | | `--no-trunc` | `bool` | | Don't truncate output | | `-q`, `--quiet` | `bool` | | Only show image IDs | diff --git a/docs/reference/commandline/network_ls.md b/docs/reference/commandline/network_ls.md index 49a8fe284e25..ff3b4001cc19 100644 --- a/docs/reference/commandline/network_ls.md +++ b/docs/reference/commandline/network_ls.md @@ -11,7 +11,7 @@ List networks | Name | Type | Default | Description | |:---------------------------------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [`-f`](#filter), [`--filter`](#filter) | `filter` | `{}` | Provide filter values (e.g. `driver=bridge`) | +| [`-f`](#filter), [`--filter`](#filter) | `filter` | | Provide filter values (e.g. `driver=bridge`) | | [`--format`](#format) | `string` | | Format output using a custom template:
'table': Print output in table format with column headers (default)
'table TEMPLATE': Print output in table format using the given Go template
'json': Print in JSON format
'TEMPLATE': Print output using the given Go template.
Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates | | [`--no-trunc`](#no-trunc) | `bool` | | Do not truncate the output | | `-q`, `--quiet` | `bool` | | Only display network IDs | diff --git a/docs/reference/commandline/network_prune.md b/docs/reference/commandline/network_prune.md index e078d5ed0c5b..4ee4101faf25 100644 --- a/docs/reference/commandline/network_prune.md +++ b/docs/reference/commandline/network_prune.md @@ -7,7 +7,7 @@ Remove all unused networks | Name | Type | Default | Description | |:----------------------|:---------|:--------|:-------------------------------------------------| -| [`--filter`](#filter) | `filter` | `{}` | Provide filter values (e.g. `until=`) | +| [`--filter`](#filter) | `filter` | | Provide filter values (e.g. `until=`) | | `-f`, `--force` | `bool` | | Do not prompt for confirmation | diff --git a/docs/reference/commandline/node_ls.md b/docs/reference/commandline/node_ls.md index 371e05250171..1a8b42de6477 100644 --- a/docs/reference/commandline/node_ls.md +++ b/docs/reference/commandline/node_ls.md @@ -11,7 +11,7 @@ List nodes in the swarm | Name | Type | Default | Description | |:---------------------------------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [`-f`](#filter), [`--filter`](#filter) | `filter` | `{}` | Filter output based on conditions provided | +| [`-f`](#filter), [`--filter`](#filter) | `filter` | | Filter output based on conditions provided | | [`--format`](#format) | `string` | | Format output using a custom template:
'table': Print output in table format with column headers (default)
'table TEMPLATE': Print output in table format using the given Go template
'json': Print in JSON format
'TEMPLATE': Print output using the given Go template.
Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates | | `-q`, `--quiet` | `bool` | | Only display IDs | diff --git a/docs/reference/commandline/node_ps.md b/docs/reference/commandline/node_ps.md index b3120c70a445..fdd21f4f9986 100644 --- a/docs/reference/commandline/node_ps.md +++ b/docs/reference/commandline/node_ps.md @@ -7,7 +7,7 @@ List tasks running on one or more nodes, defaults to current node | Name | Type | Default | Description | |:---------------------------------------|:---------|:--------|:-------------------------------------------| -| [`-f`](#filter), [`--filter`](#filter) | `filter` | `{}` | Filter output based on conditions provided | +| [`-f`](#filter), [`--filter`](#filter) | `filter` | | Filter output based on conditions provided | | [`--format`](#format) | `string` | | Pretty-print tasks using a Go template | | `--no-resolve` | `bool` | | Do not map IDs to Names | | `--no-trunc` | `bool` | | Do not truncate output | diff --git a/docs/reference/commandline/plugin_ls.md b/docs/reference/commandline/plugin_ls.md index 4610c262aa09..036aad76c505 100644 --- a/docs/reference/commandline/plugin_ls.md +++ b/docs/reference/commandline/plugin_ls.md @@ -11,7 +11,7 @@ List plugins | Name | Type | Default | Description | |:---------------------------------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [`-f`](#filter), [`--filter`](#filter) | `filter` | `{}` | Provide filter values (e.g. `enabled=true`) | +| [`-f`](#filter), [`--filter`](#filter) | `filter` | | Provide filter values (e.g. `enabled=true`) | | [`--format`](#format) | `string` | | Format output using a custom template:
'table': Print output in table format with column headers (default)
'table TEMPLATE': Print output in table format using the given Go template
'json': Print in JSON format
'TEMPLATE': Print output using the given Go template.
Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates | | `--no-trunc` | `bool` | | Don't truncate output | | `-q`, `--quiet` | `bool` | | Only display plugin IDs | diff --git a/docs/reference/commandline/ps.md b/docs/reference/commandline/ps.md index 1560dbdee956..5d1cf16fcf6e 100644 --- a/docs/reference/commandline/ps.md +++ b/docs/reference/commandline/ps.md @@ -12,7 +12,7 @@ List containers | Name | Type | Default | Description | |:-----------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `-a`, `--all` | `bool` | | Show all containers (default shows just running) | -| `-f`, `--filter` | `filter` | `{}` | Filter output based on conditions provided | +| `-f`, `--filter` | `filter` | | Filter output based on conditions provided | | `--format` | `string` | | Format output using a custom template:
'table': Print output in table format with column headers (default)
'table TEMPLATE': Print output in table format using the given Go template
'json': Print in JSON format
'TEMPLATE': Print output using the given Go template.
Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates | | `-n`, `--last` | `int` | `-1` | Show n last created containers (includes all states) | | `-l`, `--latest` | `bool` | | Show the latest created container (includes all states) | diff --git a/docs/reference/commandline/search.md b/docs/reference/commandline/search.md index 82847a14d4f8..03c98eab1bed 100644 --- a/docs/reference/commandline/search.md +++ b/docs/reference/commandline/search.md @@ -7,7 +7,7 @@ Search Docker Hub for images | Name | Type | Default | Description | |:---------------------------------------|:---------|:--------|:-------------------------------------------| -| [`-f`](#filter), [`--filter`](#filter) | `filter` | `{}` | Filter output based on conditions provided | +| [`-f`](#filter), [`--filter`](#filter) | `filter` | | Filter output based on conditions provided | | [`--format`](#format) | `string` | | Pretty-print search using a Go template | | [`--limit`](#limit) | `int` | `0` | Max number of search results | | [`--no-trunc`](#no-trunc) | `bool` | | Don't truncate output | diff --git a/docs/reference/commandline/secret_ls.md b/docs/reference/commandline/secret_ls.md index f911b240e6f2..2137bbc7e269 100644 --- a/docs/reference/commandline/secret_ls.md +++ b/docs/reference/commandline/secret_ls.md @@ -11,7 +11,7 @@ List secrets | Name | Type | Default | Description | |:---------------------------------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [`-f`](#filter), [`--filter`](#filter) | `filter` | `{}` | Filter output based on conditions provided | +| [`-f`](#filter), [`--filter`](#filter) | `filter` | | Filter output based on conditions provided | | [`--format`](#format) | `string` | | Format output using a custom template:
'table': Print output in table format with column headers (default)
'table TEMPLATE': Print output in table format using the given Go template
'json': Print in JSON format
'TEMPLATE': Print output using the given Go template.
Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates | | `-q`, `--quiet` | `bool` | | Only display IDs | diff --git a/docs/reference/commandline/service_ls.md b/docs/reference/commandline/service_ls.md index 8c5773a1ef37..9cb4d08d84c6 100644 --- a/docs/reference/commandline/service_ls.md +++ b/docs/reference/commandline/service_ls.md @@ -11,7 +11,7 @@ List services | Name | Type | Default | Description | |:---------------------------------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [`-f`](#filter), [`--filter`](#filter) | `filter` | `{}` | Filter output based on conditions provided | +| [`-f`](#filter), [`--filter`](#filter) | `filter` | | Filter output based on conditions provided | | [`--format`](#format) | `string` | | Format output using a custom template:
'table': Print output in table format with column headers (default)
'table TEMPLATE': Print output in table format using the given Go template
'json': Print in JSON format
'TEMPLATE': Print output using the given Go template.
Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates | | `-q`, `--quiet` | `bool` | | Only display IDs | diff --git a/docs/reference/commandline/service_ps.md b/docs/reference/commandline/service_ps.md index 1226aadf50cb..0cd1d4360c7b 100644 --- a/docs/reference/commandline/service_ps.md +++ b/docs/reference/commandline/service_ps.md @@ -7,7 +7,7 @@ List the tasks of one or more services | Name | Type | Default | Description | |:---------------------------------------|:---------|:--------|:-------------------------------------------| -| [`-f`](#filter), [`--filter`](#filter) | `filter` | `{}` | Filter output based on conditions provided | +| [`-f`](#filter), [`--filter`](#filter) | `filter` | | Filter output based on conditions provided | | [`--format`](#format) | `string` | | Pretty-print tasks using a Go template | | `--no-resolve` | `bool` | | Do not map IDs to Names | | `--no-trunc` | `bool` | | Do not truncate output | diff --git a/docs/reference/commandline/stack_ps.md b/docs/reference/commandline/stack_ps.md index a590d054c028..1fa10a286168 100644 --- a/docs/reference/commandline/stack_ps.md +++ b/docs/reference/commandline/stack_ps.md @@ -7,7 +7,7 @@ List the tasks in the stack | Name | Type | Default | Description | |:---------------------------------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [`-f`](#filter), [`--filter`](#filter) | `filter` | `{}` | Filter output based on conditions provided | +| [`-f`](#filter), [`--filter`](#filter) | `filter` | | Filter output based on conditions provided | | [`--format`](#format) | `string` | | Format output using a custom template:
'table': Print output in table format with column headers (default)
'table TEMPLATE': Print output in table format using the given Go template
'json': Print in JSON format
'TEMPLATE': Print output using the given Go template.
Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates | | [`--no-resolve`](#no-resolve) | `bool` | | Do not map IDs to Names | | [`--no-trunc`](#no-trunc) | `bool` | | Do not truncate output | diff --git a/docs/reference/commandline/stack_services.md b/docs/reference/commandline/stack_services.md index fbea5678f6a3..e940207b051f 100644 --- a/docs/reference/commandline/stack_services.md +++ b/docs/reference/commandline/stack_services.md @@ -7,7 +7,7 @@ List the services in the stack | Name | Type | Default | Description | |:---------------------------------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [`-f`](#filter), [`--filter`](#filter) | `filter` | `{}` | Filter output based on conditions provided | +| [`-f`](#filter), [`--filter`](#filter) | `filter` | | Filter output based on conditions provided | | [`--format`](#format) | `string` | | Format output using a custom template:
'table': Print output in table format with column headers (default)
'table TEMPLATE': Print output in table format using the given Go template
'json': Print in JSON format
'TEMPLATE': Print output using the given Go template.
Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates | | `-q`, `--quiet` | `bool` | | Only display IDs | diff --git a/docs/reference/commandline/system_events.md b/docs/reference/commandline/system_events.md index 3926a23eca1b..7de1fb61f6b9 100644 --- a/docs/reference/commandline/system_events.md +++ b/docs/reference/commandline/system_events.md @@ -11,7 +11,7 @@ Get real time events from the server | Name | Type | Default | Description | |:---------------------------------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [`-f`](#filter), [`--filter`](#filter) | `filter` | `{}` | Filter output based on conditions provided | +| [`-f`](#filter), [`--filter`](#filter) | `filter` | | Filter output based on conditions provided | | [`--format`](#format) | `string` | | Format output using a custom template:
'json': Print in JSON format
'TEMPLATE': Print output using the given Go template.
Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates | | [`--since`](#since) | `string` | | Show all events created since timestamp | | `--until` | `string` | | Stream events until this timestamp | diff --git a/docs/reference/commandline/system_prune.md b/docs/reference/commandline/system_prune.md index 04698d7fc917..39a58c54996c 100644 --- a/docs/reference/commandline/system_prune.md +++ b/docs/reference/commandline/system_prune.md @@ -8,7 +8,7 @@ Remove unused data | Name | Type | Default | Description | |:----------------------|:---------|:--------|:---------------------------------------------------| | `-a`, `--all` | `bool` | | Remove all unused images not just dangling ones | -| [`--filter`](#filter) | `filter` | `{}` | Provide filter values (e.g. `label==`) | +| [`--filter`](#filter) | `filter` | | Provide filter values (e.g. `label==`) | | `-f`, `--force` | `bool` | | Do not prompt for confirmation | | `--volumes` | `bool` | | Prune anonymous volumes | diff --git a/docs/reference/commandline/volume_ls.md b/docs/reference/commandline/volume_ls.md index d35b5a15b3c0..8420080a7347 100644 --- a/docs/reference/commandline/volume_ls.md +++ b/docs/reference/commandline/volume_ls.md @@ -12,7 +12,7 @@ List volumes | Name | Type | Default | Description | |:---------------------------------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `--cluster` | `bool` | | Display only cluster volumes, and use cluster volume list formatting | -| [`-f`](#filter), [`--filter`](#filter) | `filter` | `{}` | Provide filter values (e.g. `dangling=true`) | +| [`-f`](#filter), [`--filter`](#filter) | `filter` | | Provide filter values (e.g. `dangling=true`) | | [`--format`](#format) | `string` | | Format output using a custom template:
'table': Print output in table format with column headers (default)
'table TEMPLATE': Print output in table format using the given Go template
'json': Print in JSON format
'TEMPLATE': Print output using the given Go template.
Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates | | `-q`, `--quiet` | `bool` | | Only display volume names | diff --git a/docs/reference/commandline/volume_prune.md b/docs/reference/commandline/volume_prune.md index f276ed59e2ed..b0aa7061c524 100644 --- a/docs/reference/commandline/volume_prune.md +++ b/docs/reference/commandline/volume_prune.md @@ -8,7 +8,7 @@ Remove unused local volumes | Name | Type | Default | Description | |:------------------------------|:---------|:--------|:---------------------------------------------------| | [`-a`](#all), [`--all`](#all) | `bool` | | Remove all unused volumes, not just anonymous ones | -| [`--filter`](#filter) | `filter` | `{}` | Provide filter values (e.g. `label=