Digital Marketing

Remove all docker images at once

To remove all images there is a simple command to do that. 

docker rmi $(docker images -q)

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database