mirror of
https://github.com/docker/cli.git
synced 2025-07-30 17:03:07 +03:00
Windows: Add isolation to ps filter
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user