Adds 'name' filter to the CLI reference.
| ... | ... |
@@ -921,9 +921,11 @@ Using multiple filters will be handled as a *AND*; for example |
| 921 | 921 |
container 588a23dac085 *AND* the event type is *start* |
| 922 | 922 |
|
| 923 | 923 |
Current filters: |
| 924 |
- * event |
|
| 925 |
- * image |
|
| 926 |
- * container |
|
| 924 |
+ |
|
| 925 |
+* container |
|
| 926 |
+* event |
|
| 927 |
+* image |
|
| 928 |
+* name |
|
| 927 | 929 |
|
| 928 | 930 |
#### Examples |
| 929 | 931 |
|