Deprecate Linux containers on Windows (LCOW) (experimental)#2798
Merged
silvin-lubecki merged 1 commit intodocker:masterfrom Oct 20, 2020
Merged
Deprecate Linux containers on Windows (LCOW) (experimental)#2798silvin-lubecki merged 1 commit intodocker:masterfrom
silvin-lubecki merged 1 commit intodocker:masterfrom
Conversation
50183e7 to
4de986e
Compare
Codecov Report
@@ Coverage Diff @@
## master #2798 +/- ##
=======================================
Coverage 57.15% 57.15%
=======================================
Files 297 297
Lines 18636 18636
=======================================
Hits 10651 10651
Misses 7126 7126
Partials 859 859 |
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #2798 +/- ##
=======================================
Coverage 57.15% 57.15%
=======================================
Files 297 297
Lines 18636 18636
=======================================
Hits 10651 10651
Misses 7126 7126
Partials 859 859 |
Member
Author
chris-crone
approved these changes
Oct 16, 2020
Member
chris-crone
left a comment
There was a problem hiding this comment.
LGTM with a link to the WSL 2 docs
docs/deprecated.md
Outdated
| now stopped in favor of running docker natively on Linux in WSL2. | ||
|
|
||
| Developers who need to run Linux workloads on a Windows host are encouraged | ||
| to use Docker Desktop with WSL2 instead. |
Member
There was a problem hiding this comment.
Suggested change
| to use Docker Desktop with WSL2 instead. | |
| to use [Docker Desktop with WSL2](https://docs.docker.com/docker-for-windows/wsl/) instead. |
The experimental feature to run Linux containers on Windows (LCOW) was introduced as a technical preview in Docker 17.09. While many enhancements were made after its introduction, the feature never reached completeness, and development has now stopped in favor of running docker natively on Linux in WSL2. Developers that need to run Linux workloads on a Windows host are encouraged to use Docker Desktop with WSL2 instead. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
4de986e to
faac84e
Compare
|
@thaJeztah As LCOW is deprecated and Docker Desktop with WSL2 the replacement, I wonder how to run Docker under a Windows Server with WSL2? Is this even possible at the moment, because Docker Desktop does not run on Windows Server without a gui and Docker EE i guess(?) |
This was referenced Jul 12, 2023
This was referenced Jul 12, 2023
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.
The experimental feature to run Linux containers on Windows (LCOW) was introduced as a technical preview in Docker 17.09. While many enhancements were made after its introduction, the feature never reached completeness, and development has now stopped in favor of running docker natively on Linux in WSL2.
Developers who need to run Linux workloads on a Windows host are encouraged to use Docker Desktop with WSL2 instead.
- Description for the changelog