Enum ServicePortMode
Enumerates the service port modes.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public enum ServicePortMode
Fields
| Name | Description |
|---|---|
| Host | Publish service ports to the local Docker host network. |
| Ingress | Publish service ports to the Docker Swarm ingress mesh network. |