Attach starts streaming the output back to the client from a specified process. Errors: * processID does not refer to a running process.
(processID string, io ProcessIO)
| 103 | // Errors: |
| 104 | // * processID does not refer to a running process. |
| 105 | Attach(processID string, io ProcessIO) (Process, error) |
| 106 | |
| 107 | // Metrics returns the current set of metrics for a container |
| 108 | Metrics() (Metrics, error) |
no outgoing calls
no test coverage detected