Skip to content

dsdk / v1.47 / PortMap

Type Alias: PortMap ​

PortMap: object

PortMap describes the mapping of container ports to host ports, using the container's port-number and protocol as key in the format <port>/<protocol>, for example, 80/udp.

If a container's port is mapped for multiple protocols, separate entries are added to the mapping table.

Index Signature ​

[key: string]: PortBinding[] | null