← 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

  1. Clean: docker system prune -a
  2. Remove volumes: docker volume prune
  3. Check: docker system df