Friday, July 24, 2026

WSL container: A quiet revolution for Home windows improvement

Handle Linux containers from Home windows

If you would like a Docker Desktop-like expertise for constructing and testing containers on Home windows developer {hardware}, chances are you’ll not have lengthy to attend. WSL container’s underlying API is already getting used to construct instruments that handle and monitor containers for you. One such software is the WSL Container Desktop, beneath improvement on GitHub. Whereas there aren’t any launch builds but, it’s straightforward sufficient to compile and get operating by cloning the supply repository and constructing utilizing the .NET CLI. You do must have the Home windows App SDK put in, and a few options require entry to the Azure CLI.

WSL Container Desktop is in-built C#, with a WinUI entrance finish. It’s at present solely verified to be used on x64, although I used to be capable of compile and run it on an Arm64 PC and use it to check and run containers. As soon as operating, it provides you a well-designed entrance finish to your WSL-hosted containers, exhibiting what’s operating and what assets they’re utilizing. You possibly can hyperlink WSL Container Desktop to container registries, like Docker’s and Azure’s, so you may shortly pull base containers after which use the WSL container surroundings so as to add your individual code and customizations.

Your foremost interplay level is the WSL Container Desktop dashboard, which reveals what containers are operating and their present useful resource utilization. Parts are displayed in playing cards, taking a cue from Home windows’ personal consumer interface and particularly from its Settings app. From the dashboard, you may drill down into the obtainable containers, with fast begin, cease, and reload choices, in addition to an prolonged reminiscence that features the power to open an internet browser to the suitable port. I examined this with a container that included a complete KDE webtop, giving me a Linux distro operating in a container in my browser.

Related Articles

Latest Articles