| datafolder | engine-cli |
|---|---|
| datafile | docker_container_create |
| title | docker container create |
{% include cli.md %}
This option is useful in situations where you are running Docker containers on
Windows. The --isolation=<value> option sets a container's isolation
technology. On Linux, the only supported is the default option which uses
Linux namespaces. On Microsoft Windows, you can specify these values:
default: Use the value specified by the Docker daemon's--exec-opt. If thedaemondoes not specify an isolation technology, Microsoft Windows usesprocessas its default value.process: Namespace isolation only.hyperv: Hyper-V hypervisor partition-based isolation.
Specifying the --isolation flag without a value is the same as setting --isolation="default".