(containerID string)
| 20 | ContainerRemove(containerID string, removeForm *entities.ContainerRemoveForm) error |
| 21 | ContainerRename(containerID, newName string) error |
| 22 | ContainerPause(containerID string) error |
| 23 | ContainerUnpause(containerID string) error |
| 24 | |
| 25 | ImagesList() []*entities.Image |