To free up space used by Docker by stopped containers and unused images:
docker container prune
docker image prune
docker volume prune
To free up dangling cached layers:
docker builder prune
… to also remove all unused layers, all the –all param
Articles, notes and random thoughts on Software Development and Technology
To free up space used by Docker by stopped containers and unused images:
docker container prune
docker image prune
docker volume prune
To free up dangling cached layers:
docker builder prune
… to also remove all unused layers, all the –all param