UNPKG

@deploystack/docker-to-iac

Version:

Translate docker run and docker compose file to Infrastructure as Code

8 lines (7 loc) 175 B
interface VolumeConfig { host: string; container: string; mode?: string; } export declare function normalizeVolume(volumeString: string): VolumeConfig; export {};