Microsoft has released a public preview of WSL Container, a built-in feature of the Windows Subsystem for Linux that lets you create, run, and manage Linux containers directly from Windows without installing Docker Desktop, Podman Desktop, or any other third-party runtime. The feature ships in two parts: a command-line tool called wslc.exe and a container API distributed as a NuGet package for C, C++, and C# developers. This article covers the installation steps, key capabilities, enterprise integration points, and current limitations you should be aware of before adopting it.
Source