Enum ServiceIsolationMode
Windows Only: Enumerates the isolation technologies to be used for the service containers.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public enum ServiceIsolationMode
Fields
| Name | Description |
|---|---|
| Default | Use the default mode. |
| HyperV | User Hyper-V isolation. |
| Process | Use process isolation. |