(containerID string)
| 18 | CreateSession(req CreateSessionRequest) (containerID string, err error) |
| 19 | Exec(containerID string, command []string, stream bool) (ExecResult, error) |
| 20 | Interrupt(containerID string) error |
| 21 | Stop(containerID string) error |
| 22 | Remove(containerID string) error |
| 23 | } |
no outgoing calls
no test coverage detected