Last Updated: February 25, 2016
·
750
· ihcsim

Docker - Remove All Images

Command to remove all docker images. Hopefully, it will help you as it helped me.

docker rmi $(docker images -a -q)