mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #11311 from delftswa2014/11309-add-filter-name
Adds 'name' filter to the CLI reference.
This commit is contained in:
commit
f960a79b7c
1 changed files with 5 additions and 3 deletions
|
@ -921,9 +921,11 @@ Using multiple filters will be handled as a *AND*; for example
|
|||
container 588a23dac085 *AND* the event type is *start*
|
||||
|
||||
Current filters:
|
||||
* event
|
||||
* image
|
||||
* container
|
||||
|
||||
* container
|
||||
* event
|
||||
* image
|
||||
* name
|
||||
|
||||
#### Examples
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue