简体   繁体   English

详细比较:Qube OS 与 Docker [暂停]

[英]Detailed comparison: Qube OS vs Docker [on hold]

What are the major differences between Qubes OS and Docker ? Qubes OSDocker之间的主要区别是什么?

Is Qubes OS an alternative/replacement for docker? Qubes OS 是 docker 的替代品/替代品吗?

How is docker with GUI different from Qubes OS?带有 GUI 的 docker 与Qubes OS 有何不同?

Qubes OS boasts security by providing isolation in the bare-metal hypervisor(type 1). Qubes OS 通过在裸机管理程序(类型 1)中提供隔离来提供安全性。 Is Qubes OS more secure than docker? Qubes OS 是否比 docker 更安全? Is yes, then why?是的,那为什么?

Docker security vs Qubes OS security Docker 安全性Qubes 操作系统安全性

Which one is more secure?哪个更安全? and Why?为什么?

Which is more performant Docker or Qubes OS? Docker 或 Qubes OS 哪个性能更高? and why?为什么?

Running applications in Qubes OS should be fast logically(bare-metal hypervisor) but applications seem to run faster in docker.在 Qubes OS 中运行应用程序在逻辑上应该很快(裸机管理程序),但应用程序似乎在 docker 中运行得更快。 Why?为什么?

The main difference is that Docker doesn't use a full OS in virtual machine to run a process - instead, it runs the process using the host's kernel and isolates it using Linux's namespaces , cgroups , etc.主要区别在于 Docker 不使用虚拟机中的完整操作系统来运行进程 - 相反,它使用主机的 kernel 运行进程并使用 Linux 的namespacescgroups等隔离它。

Recommended reading:推荐阅读:

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM