Procházet zdrojové kódy

Adds 'name' filter to the CLI reference.

Also sorts the filter and fixes the bullet list.

Signed-off-by: Rick Wieman <git@rickw.nl>
Rick Wieman před 10 roky
rodič
revize
179e45f27c
1 změnil soubory, kde provedl 5 přidání a 3 odebrání
  1. 5 3
      docs/sources/reference/commandline/cli.md

+ 5 - 3
docs/sources/reference/commandline/cli.md

@@ -921,9 +921,11 @@ Using multiple filters will be handled as a *AND*; for example
 container 588a23dac085 *AND* the event type is *start*
 container 588a23dac085 *AND* the event type is *start*
 
 
 Current filters:
 Current filters:
- * event
- * image
- * container
+
+* container
+* event
+* image
+* name
 
 
 #### Examples
 #### Examples