DetectArchitecture detects the architecture of a container.
(ctx context.Context, containerName string)
| 13 | List(ctx context.Context) (codersdk.WorkspaceAgentListContainersResponse, error) |
| 14 | // DetectArchitecture detects the architecture of a container. |
| 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. |
no outgoing calls