Remove removes the container
(ctx context.Context, containerName string)
| 21 | Stop(ctx context.Context, containerName string) error |
| 22 | // Remove removes the container |
| 23 | Remove(ctx context.Context, containerName string) error |
| 24 | } |
| 25 | |
| 26 | // noopContainerCLI is a ContainerCLI that does nothing. |
no outgoing calls