(containerID string)
| 17 | ContainerStats(containerID string) (io.ReadCloser, error) |
| 18 | ContainerStart(containerID string) error |
| 19 | ContainerStop(containerID string) error |
| 20 | ContainerRemove(containerID string, removeForm *entities.ContainerRemoveForm) error |
| 21 | ContainerRename(containerID, newName string) error |
| 22 | ContainerPause(containerID string) error |