UNPKG

@twg-group/container-manager

Version:

Container management for Docker, Swarm, Kubernetes

11 lines (10 loc) 293 B
export declare class InfoDto { readonly id: string; readonly name: string; readonly image: string; readonly status: string; readonly ports: string[]; readonly createdAt: string; readonly labels?: Record<string, string>; readonly env?: Record<string, string>; }