From 002c49b9134f3f1605d15dc1860f3b4fec3edd2e Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 6 May 2026 09:23:48 +0200 Subject: [PATCH] docs: clarify ECI WSL version requirement (closes #24956) The ECI overview and limitations pages listed different WSL version requirements without explaining the distinction. Updated the limitations note to distinguish Docker Desktop's WSL baseline from the stricter ECI-on-WSL requirement. Co-Authored-By: Codex om> oreply@openai.com> --- .../enhanced-container-isolation/limitations.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/manuals/enterprise/security/hardened-desktop/enhanced-container-isolation/limitations.md b/content/manuals/enterprise/security/hardened-desktop/enhanced-container-isolation/limitations.md index f1c86c0b0c7b..e7a2f63736b4 100644 --- a/content/manuals/enterprise/security/hardened-desktop/enhanced-container-isolation/limitations.md +++ b/content/manuals/enterprise/security/hardened-desktop/enhanced-container-isolation/limitations.md @@ -17,7 +17,10 @@ Enhanced Container Isolation has some platform-specific limitations and feature > [!NOTE] > -> Docker Desktop requires WSL 2 version 2.1.5 or later. Check your version with `wsl --version` and update with `wsl --update` if needed. +> Docker Desktop requires WSL 2 version 2.1.5 or later. ECI on the WSL 2 backend +> requires WSL version 2.6 or later because ECI depends on a Linux kernel version +> of at least 6.3.0. Check your version with `wsl --version` and update with +> `wsl --update` if needed. Enhanced Container Isolation provides different security levels depending on your Windows backend configuration.