Enum ServiceMountType
Enumerates the service mount types.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public enum ServiceMountType
Fields
Name | Description |
---|---|
Bind | Mount a directory from the Docker host. |
Tmpfs | Create and mount a tmpfs. |
Volume | Mount a Docker volume. |