(ctx context.Context, imageID string, force, pruneChildren bool)
| 25 | ImagesList() []*entities.Image |
| 26 | ImageTag(ctx context.Context, imageID, newTag string) error |
| 27 | ImageRemove(ctx context.Context, imageID string, force, pruneChildren bool) error |
| 28 | } |
| 29 | |
| 30 | func New() *docker { |