An open port on a container Port

interface Port {
    IP?: string;
    PrivatePort: number;
    PublicPort?: number;
    Type: PortTypeEnum;
}

Properties

IP?: string

Host IP address that the container's port is mapped to

PrivatePort: number

Port on the container

PublicPort?: number

Port exposed on the host