(cmd: string[], options?: ContainerExecOptions)
| 3366 | snapshotContainer(options: ContainerSnapshotOptions): Promise<ContainerSnapshot>; |
| 3367 | interceptOutboundHttps(addr: string, binding: Fetcher): Promise<void>; |
| 3368 | exec(cmd: string[], options?: ContainerExecOptions): Promise<ExecProcess>; |
| 3369 | interceptOutboundTcp(addr: string, binding: Fetcher): Promise<void>; |
| 3370 | inspect(): Promise<ContainerInfo | null>; |
| 3371 | } |
no outgoing calls
no test coverage detected