Cloud API Overview > @adpt/cloud > PortDescription
PortDescription type
Description of a network port for a Container.
Signature:
export declare type PortDescription = string | number;
Remarks
See the Docker API Reference for more information.
Cloud API Overview > @adpt/cloud > PortDescription
Description of a network port for a Container.
Signature:
export declare type PortDescription = string | number;
See the Docker API Reference for more information.