mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Windows: Add isolation to ps filter
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
0aa3bff482
commit
9c5814171c
6 changed files with 33 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ The currently supported filters are:
|
|||
* exited (int - the code of exited containers. Only useful with `--all`)
|
||||
* status (created|restarting|running|paused|exited)
|
||||
* ancestor (`<image-name>[:<tag>]`, `<image id>` or `<image@digest>`) - filters containers that were created from the given image or a descendant.
|
||||
* isolation (default|hyperv) (Windows daemon only)
|
||||
|
||||
|
||||
#### Label
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue