Docker
no space left on device
No Space Left on Device
Docker or the host has run out of disk space.
Common Causes
- Docker images/containers/volumes accumulating
- Large build cache
- Host disk full
- Docker overlay storage full
Fixes
- 1. Prune unused Docker data
docker system prune -a --volumes
- 2. Remove old images
docker image prune -a
- 3. Check disk usage
df -h docker system df
Still not fixed?
- • Search the exact error message on Stack Overflow or GitHub Issues
- • Check the official docs for the language or tool
- • Ensure your versions (Node, Python, npm, Docker) are up to date
- • Try in a minimal reproduction (new project, single file)
Related Errors
DuskTools That Might Help
All Errors
JavaScript Heap Out of MemoryModuleNotFoundErrorAddress Already in UseIndentationErrorCannot Find ModulePeer Dependency WarningCORS Policy BlockedTypeError: 'NoneType' Not SubscriptableMerge ConflictDocker Port Already AllocatedENOENT: No Such File or DirectoryKeyErrorMaxListenersExceededWarningRecursionErrorDetached HEAD StateEACCES: Permission DeniedValueErrorERR_REQUIRE_ESMFileNotFoundError