Stop Docker Desktop From Filling Your C Drive — A Permanent Windows 11 Storage Fix

1 months ago 高效码农

Snippet / Featured Summary On Windows 11, Docker Desktop stores all images and containers inside a WSL2 virtual disk (ext4.vhdx) belonging to the docker-desktop-data distribution. If this distribution is initialized with wsl –import before Docker pulls its first image, Docker data can be permanently stored on a non-system drive (such as F:) without later migration. 1. Why Docker Desktop Gradually Consumes C Drive Space Many Windows users encounter the same pattern after installing Docker Desktop: Docker works normally at first The C drive steadily loses free space Docker settings show no obvious “data directory” Even installing Docker Desktop on D …