Skip to content
Merged
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.
Comment on lines 19 to +23
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we should simplify this to only mention the requirements for ECI

(we should also look if versions older than 2.6 are still seen; IIUC, the default is to auto-update these, so maybe it's not very relevant at all anymore)


Enhanced Container Isolation provides different security levels depending on your Windows backend configuration.

Expand Down