My learning diary

docker system prune -a --volumes

I’ve finally encountered this on my MacBook Air: no space left on device. And… docker system prune -a --volumes to the rescue! (Relevant Stack Overflow thread)