View Source Dagger.Port (dagger v0.11.1)
A port exposed by a container.
Link to this section 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.
Link to this section Types
Link to this section 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()) :: Dagger.NetworkProtocol.t()
The transport layer protocol.