Answers for "clean docker containers"

1

how to clean up all docker containers

docker container list -qa | xargs docker container stop && docker container prune
Posted by: Guest on May-11-2021
1

docker remove

cheat sheet

https://github.com/lifeeric/docker-cheat-sheet
Posted by: Guest on August-05-2020

Browse Popular Code Answers by Language