Description
The containerd implementation does not yet implement the force option
Existing implementation can be found in
|
func (i *ImageService) imageDeleteHelper(imgID image.ID, records *[]types.ImageDeleteResponseItem, force, prune, quiet bool) error { |
Description
The containerd implementation does not yet implement the
forceoptionExisting implementation can be found in
moby/daemon/images/image_delete.go
Line 295 in 7624f8a