Run a script inside a container. The root user will be mapped to a non-root UID in the host unless the container (not this process) was created with 'privileged' true. Errors: * TODO.
(ProcessSpec, ProcessIO)
| 97 | // Errors: |
| 98 | // * TODO. |
| 99 | Run(ProcessSpec, ProcessIO) (Process, error) |
| 100 | |
| 101 | // Attach starts streaming the output back to the client from a specified process. |
| 102 | // |
no outgoing calls
no test coverage detected