1
0
mirror of https://github.com/docker/cli.git synced 2026-01-06 05:41:44 +03:00

docs: fix anchors

Signed-off-by: Kevin Alvarez <crazy-max@users.noreply.github.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
CrazyMax
2023-01-06 19:28:29 +01:00
committed by Sebastiaan van Stijn
parent c49f1ccb49
commit 186dcf30b1
59 changed files with 158 additions and 158 deletions

View File

@@ -46,7 +46,7 @@ ID NAME REPLICAS IMAGE
dn7m7nhhfb9y myapp_db 1/1 mysql@sha256:a9a5b559f8821fe73d58c3606c812d1c044868d42c63817fa5125fd9d8b7b539
```
### <a name=filter></a> Filtering (--filter)
### <a name="filter"></a> Filtering (--filter)
The filtering flag (`-f` or `--filter`) format is a `key=value` pair. If there
is more than one filter, then pass multiple flags (e.g. `--filter "foo=bar" --filter "bif=baz"`).
@@ -74,7 +74,7 @@ The currently supported filters are:
* service (`--filter service=web`)
* Swarm: not supported
### <a name=format></a> Format the output (--format)
### <a name="format"></a> Format the output (--format)
The formatting options (`--format`) pretty-prints services output
using a Go template.