WSL Containers

Winsage
June 28, 2026
Microsoft has clarified that there is no WSL 3 in development, as stated by Craig Loewen, the Product Manager for the Windows Subsystem for Linux (WSL). The confusion arose from articles discussing a new feature called WSL Containers, which will be launched soon. WSL allows users to run Linux environments on Windows without dual-booting, while WSL Containers enable the creation and management of Linux containers directly within Windows, eliminating the need for third-party tools like Docker Desktop. WSL 1, introduced in 2016, served as a translation layer for Linux system calls, and WSL 2, launched in 2019, included a full Linux kernel in a lightweight virtual machine. WSL Containers is an enhancement to WSL, allowing developers to build, run, and deploy containers directly from Windows using the wslc.exe command. This feature is part of Microsoft's strategy to make Windows a more accessible platform for running Linux workloads, helping to retain developers who might consider switching to other operating systems.
Winsage
June 7, 2026
Microsoft announced several key updates at the Build 2026 developer conference, particularly for Windows 11: 1. Coreutils: This suite brings familiar Linux command-line utilities to Windows 11, allowing developers to use commands like ls, cp, and mkdir natively without third-party solutions. It can be installed via GitHub or the Windows Package Manager. 2. WSL Containers: This feature introduces a built-in container runtime for running Linux containers on Windows 11, eliminating the need for external platforms like Docker. It utilizes a command-line tool called "wslc.exe" and allows for OCI-compatible Linux containers. 3. Intelligent Terminal: This feature integrates AI agents into the terminal, providing context-aware assistance for developers. It can be installed via the Microsoft Store or Command Prompt. 4. Windows Developer Configurations: This configuration file for the Windows Package Manager automates the installation of essential developer tools and settings, streamlining the setup process for new development or testing machines.
Winsage
June 6, 2026
During the Build 2026 developer conference, Microsoft announced several updates for developers using Windows 11. Key announcements included: 1. Coreutils: A utility that enhances the experience of toggling between operating systems, allowing developers to install it via GitHub or the Windows Package Manager with the command "winget install Microsoft.Coreutils." 2. WSL Containers: A built-in container runtime that eliminates the need for third-party platforms like Docker, facilitated by a new command-line tool "wslc.exe" and an accompanying API. 3. Intelligent Terminal: A feature that integrates AI agents into the terminal, providing context-aware assistance directly within the command line. It can be installed via the Microsoft Store or with the command "winget install Microsoft.IntelligentTerminal." 4. Windows Developer Configurations: A configuration file (dev-config.winget) that automates the installation of essential developer tools and settings with a single command, simplifying the setup process for new development or testing machines.
Search