UNPKG

@deploystack/docker-to-iac

Version:

Translate docker run and docker compose file to Infrastructure as Code

8 lines (7 loc) 172 B
interface PortConfig { host: number; container: number; protocol?: string; } export declare function normalizePort(portMapping: string): PortConfig; export {};