简体   繁体   English

在Windows 10(启用Hyper-V)和Linux OS上安装docker有什么区别?

[英]What's the difference between installing docker on Windows 10(Hyper-V enabled) and Linux OS?

When we are going to run our applications only on docker containers, and not on the host os, how does it matter if we're in Windows or Linux OS??? 当我们仅在docker容器上而不是主机os上运行应用程序时,如果我们使用的是Windows或Linux OS,这有什么关系?

Also, I didn't understand these statements: 另外,我不明白这些陈述:

' running linux containers on Windows ' ' running windows containers on Linux ' 在Windows上运行linux容器在Linux上 运行Windows容器

Are we not running containers on docker. 我们不在docker上运行容器吗? Why host OS is coming into picture and how important is that host OS? 为什么主机OS出现了,主机OS有多重要? Can someone please throw light on this? 有人可以请问一下吗?

Thanks in advance! 提前致谢!

Docker is a container . Docker是一个容器 A container segregates the host OS into different domains. 容器将主机操作系统分为不同的域。 But it's still the host OS. 但是它仍然是主机操作系统。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Windows中的docker需要启用Hyper-V吗? - docker in windows need Hyper-V enabled? 带有VBox悖论的Windows 10 Docker。 除非禁用Hyper-V,否则Virtual Box不会运行,除非启用Hyper-V,否则Docker无法启动 - Windows 10 Docker with VBox paradox. Virtual Box wouldn't run unless Hyper-V is disabled and Docker wouldn't start unless Hyper-V is enabled 导出/保存? Linux 上的 Docker 容器到硬盘,以便在没有 Hyper-V 的情况下在 Windows 10 中导入/加载它? - Export/Save? Docker container on Linux to hard drive in order to Import/Load it in Windows 10 without Hyper-V? 无法在 Windows 10 中启动 Docker - 抛出 Hyper-V 错误 - Unable to start Docker in Windows 10 - Hyper-V error is thrown Docker 镜像和容器位置与 Windows 10 使用 hyper-v - Docker images and containers location with Windows 10 using hyper-v 无法使用 windows 中的 Docker 启用 Hyper-V 服务 10 - Cannot enable Hyper-V service with Docker in windows 10 是否可以在启用 hyper v 的 windows 10 HOME 上安装 Docker? - is it possible install Docker on windows 10 HOME with hyper v enabled? 从 Windows 10 PgAdmin 连接安装在 Hyper-V Ubuntu 中的 docker 中的 PostgreSQL - Connecting PostgreSQL installed in docker inside Hyper-V Ubuntu from Windows 10 PgAdmin 如何使用Docker Desktop / Hyper-V / MobyLinuxVM从Windows主机LAN透明地访问Linux容器 - How to acces transparently Linux container from Windows host LAN with Docker Desktop / Hyper-V / MobyLinuxVM Windows 10 上 Docker-Desktop 的 Hyper-V 和数据执行的错误消息无法启动 - Error Message for Hyper-V and Data Execution for Docker-Desktop on Windows 10 Failing to Start
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM