(containerID string, removeForm *entities.ContainerRemoveForm)
| 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 |
| 23 | ContainerUnpause(containerID string) error |