Microsoft previews WSL containers, enabling native Linux container development in Windows

Microsoft previews WSL containers, enabling native Linux container development in Windows

Microsoft has released the WSL container feature for public preview, allowing developers to build and manage Linux containers directly within Windows using the Windows Subsystem for Linux. This update introduces a new container CLI and an API, providing full workflow integration for creating, running, and managing Linux containers using native Windows tools.

WSL containers remove the need for external solutions, offering built-in, enterprise-focused support for Linux container workloads. Following this integration, organizations now have new management controls to govern access to WSL distros and containers, as well as restrict which container registries can be used to pull images.

In addition, Microsoft's MDE (Microsoft Defender for Endpoint) plugin for WSL now covers Linux container events, enabling unified monitoring whether workloads run as standard WSL distros or as containers. The WSL container capability is already available to users of the latest WSL pre-release, further facilitating feedback and early access for developers.

Building on these improvements, Visual Studio Code has also added WSL support in its latest re-release, enhancing development workflows for those working across Windows and Linux environments.

by Paul

TBayAreaPat
TBayAreaPat found this interesting
Add as a preferred source on Google
  • ...

Windows Subsystem for Linux (WSL) is a compatibility layer in Windows 10 that allows users to run native Linux command-line tools directly on a Windows environment. Rated 4.5, WSL provides a seamless integration of Linux on Windows, offering a powerful command line interface. It serves as an essential tool for developers needing Linux capabilities without leaving the Windows ecosystem.

Comments

George9494
0

Yes, WSL allows Linux containers in Windows. What's new though?

TBayAreaPat
2

It's been my experience that Windows messes Linux in the side-by-side setup with some updates, so I have Linux on a different partition with a dual boot. I'm not sure who would want to trust their Linux installations to Windows.

2 replies
Alter

This isn't about dual-booting Windows and Linux. WSL is a compatibility tool to run Linux environment within Windows (similar to using Wine/Proton to run Windows apps on Linux).

TBayAreaPat

I still have trust issues aside from the booting.

Gu