View Source Dagger.Port (dagger v0.14.0)
A port exposed by a container.
Summary
Functions
The port description.
Skip the health check when run as a service.
A unique identifier for this Port.
The port number.
The transport layer protocol.
Types
Functions
The port description.
Skip the health check when run as a service.
@spec id(t()) :: {:ok, Dagger.PortID.t()} | {:error, term()}
A unique identifier for this Port.
The port number.
@spec protocol(t()) :: {:ok, Dagger.NetworkProtocol.t()} | {:error, term()}
The transport layer protocol.