There is a reason for the need for Windows and Mac users to download and work with Docker Desktop instead of working with Docker binary directly. Containerization is more of a Linux technology, so it is not available out of the box for windows and mac users. Remember in the previous segment of this chapter—the containers rely on a kernel provided by the host. In our case, we would need to ensure that the Linux kernel is available for use before we can use it. Docker Desktop actually ships with a special lightweight Virtual Machine with a Linux kernel and provides the necessary bindings to our respective workstation’s environment to allow it to make it easy for developers to use the tool.
标签:kernel,use,Desktop,Linux,need,Docker,Desktopo From: https://www.cnblogs.com/zhangzhihui/p/17722139.html