From 37c7f3a2046dc01c6c58ed64638faf136dd0682c Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 1 Apr 2015 00:16:43 +0200 Subject: [PATCH] docs: fix bullet list and missing label filter Some bullet lists didn't render as bullet-lists because of a missing newline. Also added missing "label" filter for `docker ps` and slightly re-worded the header above the supported filters. Signed-off-by: Sebastiaan van Stijn --- docs/sources/reference/commandline/cli.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/docs/sources/reference/commandline/cli.md b/docs/sources/reference/commandline/cli.md index e3344991b5..5ba261374c 100644 --- a/docs/sources/reference/commandline/cli.md +++ b/docs/sources/reference/commandline/cli.md @@ -986,7 +986,7 @@ Using multiple filters will be handled as a *AND*; for example `--filter container=588a23dac085 --filter event=start` will display events for container container 588a23dac085 *AND* the event type is *start* -Current filters: +The currently supported filters are: * container * event @@ -1233,9 +1233,10 @@ also reference by digest in `create`, `run`, and `rmi` commands, as well as the The filtering flag (`-f` or `--filter`) format is of "key=value". If there is more than one filter, then pass multiple flags (e.g., `--filter "foo=bar" --filter "bif=baz"`) -Current filters: - * dangling (boolean - true or false) - * label (`label=` or `label==`) +The currently supported filters are: + +* dangling (boolean - true or false) +* label (`label=` or `label==`) ##### Untagged images @@ -1584,11 +1585,13 @@ Running `docker ps --no-trunc` showing 2 linked containers. 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"`) -Current filters: - * id (container's id) - * name (container's name) - * exited (int - the code of exited containers. Only useful with '--all') - * status (restarting|running|paused|exited) +The currently supported filters are: + +* id (container's id) +* label (`label=` or `label==`) +* name (container's name) +* exited (int - the code of exited containers. Only useful with `--all`) +* status (restarting|running|paused|exited) ##### Successfully exited containers