ARCHBEE TEMPLATES
Docker cheatsheet
4min
$ docker rm `docker ps --no-trunc -aq
$ docker-compose build --no-cache
$ docker ps -q -a -f status=exited | xargs -n 100 docker rm -v
$ docker images -q --filter "dangling=true" | xargs -n 100 docker rmi
$ 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.
ο»Ώ
Updated 02 Aug 2024
Did this page help you?