ARCHBEE TEMPLATES
Docker cheatsheet
4min
delete all container created by docker compose $ docker rm `docker ps no trunc aq build docker compose without cache $ docker compose build no cache purge containers and unused image $ docker ps q a f status=exited | xargs n 100 docker rm v $ docker images q filter "dangling=true" | xargs n 100 docker rmi clean all your docker cache all $ docker rm $(docker ps a q) $ docker rmi $(docker images q) $ docker volume rm $(docker volume ls |awk '{print $2}') rm rf /library/containers/com docker docker/data/ @
π€
Have a question?
Our super-smart AI,knowledgeable support team and an awesome community will get you an answer in a flash.
To ask a question or participate in discussions, you'll need to authenticate first.