DEV Community

How to remove temporal untagged Docker images

GaMa on February 23, 2018

*Update, thanks to champkeh The correct way to remove unused docker images is using: docker image prune [OPTIONS] For more information you can g...
Collapse
 
champkeh profile image
champ • Edited

why try this:

docker image prune

or

docker image prune -f
Collapse
 
ech0server profile image
GaMa

This is awesome, did not know it existed, thank you I will update my post !! :)