Docker Image and Container Clean-Up Commands
Some commands you can use to clean up running containers and your images. Remove any containers, its recommended to verify if they are stopped first with “docker ps -a”: Remove all the images: In my case I had a couple of images that needed to be force removed, you can’t remove images with the above … Read more