Windows: Add default isolation exec driver option
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: a429ad1e35691fb01f3f80461964030d2197a0eb Component: engine
This commit is contained in:
@ -117,7 +117,7 @@ Query Parameters:
|
||||
- `exited=<int>`; -- containers with exit code of `<int>` ;
|
||||
- `status=`(`created`|`restarting`|`running`|`paused`|`exited`)
|
||||
- `label=key` or `label="key=value"` of a container label
|
||||
- `isolation=`(`default`|`hyperv`) (Windows daemon only)
|
||||
- `isolation=`(`default`|`process`|`hyperv`) (Windows daemon only)
|
||||
|
||||
Status Codes:
|
||||
|
||||
|
||||
@ -51,7 +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)
|
||||
* isolation (default|process|hyperv) (Windows daemon only)
|
||||
|
||||
|
||||
#### Label
|
||||
|
||||
Reference in New Issue
Block a user