wslc(WSL Containers)是微软在 2026 年 6 月 Build 大会上推出的、内置于 WSL(Windows Subsystem for Linux)的官方 Linux 容器命令行工具,开箱即用、无需安装 Docker Desktop,命令语法与 Docker CLI 高度相似,支持构建、运行、管理 OCI 兼容容器,并原生集成 GPU 加速与企业管控能力。
经过探索,AgentTeams使用wslc作为运行时应该是ok的,aigw和elementui都能正常起动,但由于wslc目前不支持DOCKER_HOST / Docker Engine API,只能用cli、wslcsdk.dll或者wslc api(Microsoft.WSL.Containers NuGet package)进行访问,因此目前来说不大改controller创建worker的逻辑的话,就暂时无法适配wslc runtime。
预计 microsoft/WSL#40976 功能更新之后可实现runtime适配。
wslc (WSL Containers) is an official Linux container command line tool launched by Microsoft at the Build conference in June 2026 and built into WSL (Windows Subsystem for Linux). It can be used out of the box without installing Docker Desktop. The command syntax is highly similar to Docker CLI. It supports building, running, and managing OCI-compatible containers, and natively integrates GPU acceleration and enterprise management and control capabilities.
After exploration, it should be ok for AgentTeams to use wslc as the runtime, and both aigw and elementui can start normally. However, since wslc currently does not support DOCKER_HOST / Docker Engine API, it can only be accessed using cli, wslcsdk.dll or wslc api (Microsoft.WSL.Containers NuGet package). Therefore, if the logic of controller creation of workers is not changed significantly, it will not be able to adapt to wslc runtime for the time being.
It is expected that runtime adaptation will be implemented after the microsoft/WSL#40976 function is updated.
wslc(WSL Containers)是微软在 2026 年 6 月 Build 大会上推出的、内置于 WSL(Windows Subsystem for Linux)的官方 Linux 容器命令行工具,开箱即用、无需安装 Docker Desktop,命令语法与 Docker CLI 高度相似,支持构建、运行、管理 OCI 兼容容器,并原生集成 GPU 加速与企业管控能力。
经过探索,AgentTeams使用wslc作为运行时应该是ok的,aigw和elementui都能正常起动,但由于wslc目前不支持DOCKER_HOST / Docker Engine API,只能用cli、wslcsdk.dll或者wslc api(Microsoft.WSL.Containers NuGet package)进行访问,因此目前来说不大改controller创建worker的逻辑的话,就暂时无法适配wslc runtime。
预计 microsoft/WSL#40976 功能更新之后可实现runtime适配。
wslc (WSL Containers) is an official Linux container command line tool launched by Microsoft at the Build conference in June 2026 and built into WSL (Windows Subsystem for Linux). It can be used out of the box without installing Docker Desktop. The command syntax is highly similar to Docker CLI. It supports building, running, and managing OCI-compatible containers, and natively integrates GPU acceleration and enterprise management and control capabilities.
After exploration, it should be ok for AgentTeams to use wslc as the runtime, and both aigw and elementui can start normally. However, since wslc currently does not support DOCKER_HOST / Docker Engine API, it can only be accessed using cli, wslcsdk.dll or wslc api (Microsoft.WSL.Containers NuGet package). Therefore, if the logic of controller creation of workers is not changed significantly, it will not be able to adapt to wslc runtime for the time being.
It is expected that runtime adaptation will be implemented after the microsoft/WSL#40976 function is updated.