Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down