ExecAs executes a command in a container as a specific user.
(ctx context.Context, containerName, user string, args ...string)
| 17 | Copy(ctx context.Context, containerName, src, dst string) error |
| 18 | // ExecAs executes a command in a container as a specific user. |
| 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 |
no outgoing calls