Docker - usuniecie wszystkich kontenerów o statusie "exited"
sudo docker ps -a | grep Exit | cut -d ' ' -f 1 | xargs sudo docker rm
źródło:
https://coderwall.com/p/zguz_w/docker-remove-all-exited-containers
https://coderwall.com/p/zguz_w/docker-remove-all-exited-containers
Komentarze
Prześlij komentarz