Stop terminates the container
(ctx context.Context, containerName string)
| 19 | ExecAs(ctx context.Context, containerName, user string, args ...string) ([]byte, error) |
| 20 | // Stop terminates the container |
| 21 | Stop(ctx context.Context, containerName string) error |
| 22 | // Remove removes the container |
| 23 | Remove(ctx context.Context, containerName string) error |
| 24 | } |
no outgoing calls