You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
docker desktop
About this tag
Docker Desktop on Windows can lead to significant disk space consumption due to dynamically expanding VHDX files used by WSL 2 and Hyper-V. These virtual disks grow as data is added but do not automatically shrink when data is removed, potentially causing a deceptively full C: drive. Users running Docker Desktop, WSL, or Hyper-V for extended periods may experience this bloat. Microsoft provides the compact vdisk command to reclaim unused space, and WindowsForum.com discussions offer practical steps for identifying and compacting oversized VHDX files. This topic is relevant for anyone managing Docker Desktop on Windows who needs to recover disk space without reinstalling or losing container data.
On June 29, 2026, Microsoft put WSL Containers into public preview for Windows 11, adding a wslc.exe command-line tool and developer API that can build, run, and manage Linux containers without Docker Desktop. That is not the same thing as saying Docker Desktop is obsolete. It is, however, the...
Microsoft released the first public preview of WSL Containers, or WSLC, with WSL 2.9.3 for Windows 11 on June 29, 2026, adding a native wslc command-line tool for building, running, and managing Linux containers inside the Windows Subsystem for Linux. The preview matters because it turns WSL...
Microsoft has denied that “WSL 3” is an announced or shipping product, with WSL product manager Craig Loewen saying on June 23, 2026, that the reports confused a real Build 2026 feature called WSL Containers with a nonexistent version upgrade. The distinction matters because this is not a...
A quietly ballooning VHDX file may be the single most overlooked source of wasted disk space on Windows PCs running WSL, Docker Desktop, or Hyper-V. Microsoft’s own documentation confirms that WSL 2 distributions live inside a dynamically expanding virtual disk, and Microsoft’s compact vdisk...