Docker for Windows 17.11 with Windows 10 Fall Creators Update
1–10 of 22 posts
Re: Docker for Windows 17.11 with Windows 10 Fall Creators Update
#2Re: Docker for Windows 17.11 with Windows 10 Fall Creators Update
#3Docker for Windows already runs Linux containers. This is an update: "The setup for running Linux containers with LCOW is a lot simpler than the previous architecture where a Hyper-V Linux VM runs a Linux Docker daemon, along with all your containers. With LCOW, the Docker daemon runs as a Windows process (same as when running Docker Windows containers), and every time you start a Linux container Docker launches a mi…
Basically this intends to bring Linux containers to Windows Server.
Re: Docker for Windows 17.11 with Windows 10 Fall Creators Update
#4Docker for Windows already runs Linux containers. This is an update: "The setup for running Linux containers with LCOW is a lot simpler than the previous architecture where a Hyper-V Linux VM runs a Linux Docker daemon, along with all your containers. With LCOW, the Docker daemon runs as a Windows process (same as when running Docker Windows containers), and every time you start a Linux container Docker launches a mi…
Re: Docker for Windows 17.11 with Windows 10 Fall Creators Update
#5Docker for Windows already runs Linux containers. This is an update: "The setup for running Linux containers with LCOW is a lot simpler than the previous architecture where a Hyper-V Linux VM runs a Linux Docker daemon, along with all your containers. With LCOW, the Docker daemon runs as a Windows process (same as when running Docker Windows containers), and every time you start a Linux container Docker launches a mi…
any idea what host windows OS are supported? I suppose only those with hyper-v.
Re: Docker for Windows 17.11 with Windows 10 Fall Creators Update
#6- On a windows server can I run a Linux container?
- On Windows server can I run a Windows container and a Linux container side by side?
Re: Docker for Windows 17.11 with Windows 10 Fall Creators Update
#7Docker for Windows already runs Linux containers. This is an update: "The setup for running Linux containers with LCOW is a lot simpler than the previous architecture where a Hyper-V Linux VM runs a Linux Docker daemon, along with all your containers. With LCOW, the Docker daemon runs as a Windows process (same as when running Docker Windows containers), and every time you start a Linux container Docker launches a mi…
any idea what host windows OS are supported? I suppose only those with hyper-v.
Re: Docker for Windows 17.11 with Windows 10 Fall Creators Update
#8I thought it was the whole point behind WSL -- to beta-test Linux containers support without the need for virtualization.
Re: Docker for Windows 17.11 with Windows 10 Fall Creators Update
#9So I have 2 questions still: - On a windows server can I run a Linux container? - On Windows server can I run a Windows container and a Linux container side by side?
Re: Docker for Windows 17.11 with Windows 10 Fall Creators Update
#10I was expecting LCOW to not need Hyper-V at all and to use Windows' WSL. I thought it was the whole point behind WSL -- to beta-test Linux containers support without the need for virtualization.
Virtualization isn’t completely off the table. The article mentions a minimal, LinuxKit-based hypervisor. I may be off, but I’m imagining something more akin to what’s happening on macOS via HyperKit.