更换图片源
This commit is contained in:
@ -21,6 +21,8 @@ Docker 使用 Go 语言进行开发,基于 Linux 内核的 cgroup,namespace
|
||||
|
||||
<div align="center"> <img src="https://gitee.com/heibaiying/Full-Stack-Notes/raw/master/pictures/docker与虚拟机.png"/> </div>
|
||||
|
||||
|
||||
|
||||
## 二、Docker 架构与核心概念
|
||||
|
||||
Docker 使用 client-server 架构, Docker 客户端将命令发送给 Docker 守护进程,后者负责构建,运行和分发 Docker 容器。 Docker 客户端和守护程序使用 REST API,通过 UNIX 套接字或网络接口进行通信。核心概念如下:
|
||||
|
Reference in New Issue
Block a user