Native Docker on Windows

2019-02-19 00:10发布

Recently I have read some news articles that states Microsoft is working with Docker to make docker run natively on Windows Server.

The thing I want to ask is, will this allow Windows applications to run inside docker containers, or is this just a way to run the already availble library of docker images (which runs a specific subset of a linux derivative inside them) to run on Windows without the use of a VM?

3条回答
相关推荐>>
2楼-- · 2019-02-19 00:35

Windows Server has one feature called Windows Services for UNIX (SFU) or Subsystem for UNIX-based Applications (SUA) This as a kernel extension of Windows but is minimal.

I believe this is possible if Microsoft change these "kernel extension" to be compatible to Linux most recents kernels, to do one "think" that can run some user-mode Linux applications.

查看更多
Juvenile、少年°
4楼-- · 2019-02-19 00:49

It's about running Windows containers in Windows hosts.

Linux containers will still need to run on Linux (or within a Linux VM on a Windows host, but you can already do that today, with boot2docker).

Here is a source from Microsoft. Note the diagram.

查看更多
登录 后发表回答