UNPKG

@twg-group/container-manager

Version:

Container management for Docker, Swarm, Kubernetes

6 lines (5 loc) 110 B
export declare class VolumeBindingDto { hostPath: string; containerPath: string; mode?: string; }