Enum ServiceMountBindPropagation
Enumerates the mount propagation options.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public enum ServiceMountBindPropagation
Fields
| Name | Description |
|---|---|
| Private | Private. |
| RPrivate | RPrivate. |
| RShared | RShared. |
| RSlave | RSlave. |
| Shared | Shared. |
| Slave | Slave. |