Copy copies a file from the host to a container.
(ctx context.Context, containerName, src, dst string)
| 15 | DetectArchitecture(ctx context.Context, containerName string) (string, error) |
| 16 | // Copy copies a file from the host to a container. |
| 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 |
no outgoing calls