Windows: Default to Hyper-V Containers on client
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: ef2db56bcf73b3962548a474bbd4469d26f2c655 Component: engine
This commit is contained in:
@ -164,7 +164,8 @@ Linux namespaces. On Microsoft Windows, you can specify these values:
|
||||
|
||||
| Value | Description |
|
||||
|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `default` | Use the value specified by the Docker daemon's `--exec-opt` . If the `daemon` does not specify an isolation technology, Microsoft Windows uses `process` as its default value. |
|
||||
| `default` | Use the value specified by the Docker daemon's `--exec-opt` . If the `daemon` does not specify an isolation technology, Microsoft Windows uses `process` as its default value if the
|
||||
daemon is running on Windows server, or `hyperv` if running on Windows client. |
|
||||
| `process` | Namespace isolation only. |
|
||||
| `hyperv` | Hyper-V hypervisor partition-based isolation. |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user