From a530925525737298fe48f030e5243217d9c0eb7c Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Wed, 10 Jul 2019 09:45:25 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Docker=E5=9F=BA=E7=A1=80.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/Docker基础.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes/Docker基础.md b/notes/Docker基础.md index a6d4f07..df529d1 100644 --- a/notes/Docker基础.md +++ b/notes/Docker基础.md @@ -20,6 +20,7 @@ Docker 使用 Go 语言进行开发,基于 Linux 内核的 cgroup,namespace 下图体现了 Docker 和传统虚拟化方式的不同之处:传统虚拟机技术是虚拟出一套硬件后,在其上运行一个完整操作系统,再在该系统上运行所需应用进程;而 Docker 容器内的应用进程则是直接运行于宿主的内核,容器内没有自己的内核,而且也没有进行硬件虚拟,因此要比传统虚拟机更为轻便。