Answers for "docker clear 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
5

docker remove container

docker system prune
Posted by: Guest on March-23-2020

Browse Popular Code Answers by Language