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

Code answers related to "clear all docker containers"

Browse Popular Code Answers by Language