← All Kali Issues
Docker
Disk space full
S System
High
🔴 Error Message
No space left on device during build
📖 What This Means
Docker images and layers consuming all disk.
🔧 Step-by-Step Fix
- Clean: docker system prune -a
- Remove volumes: docker volume prune
- Check: docker system df