Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 248 Bytes

remove_images.md

File metadata and controls

12 lines (8 loc) · 248 Bytes

Remove images

docker image rm {image-id} {image-id2}

Remove dangling images docker image prune

Remove all unused images docker image prune -a

Remove all images created more than 12 hours ago docker image prune -a --filter "until=12h"