UNPKG

@patchworkdev/pdk

Version:

Patchwork Development Kit

14 lines 405 B
export type ContainerStatus = { id: string; name: string; privatePort?: number; publicPort?: number; }; export declare class DockerService { private targetDir; constructor(configPath: string); startServices(): Promise<void>; restartPonderContainer(): Promise<void>; getContainerStatus(prefix?: string): Promise<ContainerStatus[]>; } //# sourceMappingURL=docker.d.ts.map