Clarify ECI WSL version requirement#24976
Merged
aevesdocker merged 1 commit intodocker:mainfrom May 7, 2026
Merged
Conversation
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 <noreply@openai.com> om> oreply@openai.com>
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
thaJeztah
reviewed
May 7, 2026
Comment on lines
19
to
+23
| > | ||
| > 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. |
Member
There was a problem hiding this comment.
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The ECI overview and limitations pages listed different WSL version requirements without explaining the distinction. This clarifies that Docker Desktop requires WSL 2.1.5 or later, while ECI on WSL requires WSL 2.6 or later.
Closes #24956
Generated by Codex