-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for running on Windows using Linux Containers for Windows (LCOW) #2219
Comments
@aaron-prindle this... However, "Linux Containers on Windows" (LCOW) does not support "privileged mode" => nodeshift/nodeshift#127 (minishift/minishift#1588 (comment))
and likely more... As I can see, it works by using a very small runtime when instantiating a container. It does this with the aid of:
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle rotten |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
FEATURE REQUEST
This is not the same as #2015. As mentioned in the article https://www.hanselman.com/blog/DockerAndLinuxContainersOnWindowsWithOrWithoutHyperVVirtualMachines.aspx by Scott Hanselman, there is a new functionality to run Linux Containers on Windows (LCOW). As part of the Windows 10 Pro 1709 and the Docker edge release, it is possible to activate "Linux Containers on Windows", which would make it maybe possible to target the container runtime that would run in/on Windows, such as
minikube start --vm-driver windows
.The issue for Windows Containers , as mentioned before, is not the same as mentioned by Scott. Windows Containers is running Windows-based ones on Windows. This is about running Linux containers on Windows (without the MobylinuxVM). It describes a use-case that is closer to the
none
driver currently used to target a local Docker daemon. With the suggestedwindows
, it would indicate to target the Linux container runtime on Windows (v1709).Requirements
https://insider.windows.com/en-us/
https://download.docker.com/win/edge/Docker%20for%20Windows%20Installer.exe
References
The text was updated successfully, but these errors were encountered: