English 中文(简体)
集装箱是否以云层为基础? 如何消耗的资源少于虚拟机器?
原标题:Are Docker containers cloud-based? How can it consume less resources than a virtual machine?

我阅读了许多关于多克、其使用以及它如何运作的文章,但我仍然不了解多克集装箱如何消耗的记忆比虚拟机器少。 我不理解这一点。

举一个例子,我家里有两台电脑,我先发射3台虚拟机器,然后在第二台发射多克集装箱。 因此,虚拟机器和多克集装箱都在利用主要机器的资源。 集装箱如何使用比虚拟机器少的资源?

它们是否以云层为基础?

问题回答

多克公司是本组织一级的虚拟化机构,其是硬件一级的虚拟化。

多克不是云层的,但你可以跑到安装了多克的任何地方,无论是在你的当地电脑上,还是用在pre上,还是在云上。

如今,所有的云层平台都在仪器内运行集装箱。 例如,如果你在AWS EC2的案例中安装了Docker,那么你实际上正在卡车里操作集装箱。

我们说,多克人使用的资源较少,因为信箱的形象包括整个客座操作系统,但多克人只依靠东道方的凯里略。 集装箱的起步时间比集装箱的起步时间要快。 您可以把更多的集装箱装在集装箱内,从而充分利用资源,而不是让小型集装箱内未使用的资源。





相关问题
Eclipse VM Argument and external JAR file error

I just added "-Djava.library.path=" to the "VM Arguments" under Run Configuration in Eclipse and everything works fine until I tried to add an external JAR file. I get the following error: java.lang....

Running a website from an encrypted partition

I am looking at the possibility of running a PHP-based website (built in symfony) from an encrypted partition on a LAMP server. The reason for this is because a client would have access to the server ...

.Net performance on Virtual Machines

We need to develop an application which is going to be installed on Virtual Machine running Windows. We all know the performance of the .Net is about the same as the native C/C++ code. Is it also ...

热门标签