更换图片源

This commit is contained in:
罗祥
2020-05-25 11:20:42 +08:00
parent 57ce004275
commit 56a3901e3c
3 changed files with 15 additions and 0 deletions

View File

@ -21,6 +21,8 @@ Docker 使用 Go 语言进行开发,基于 Linux 内核的 cgroupnamespace
<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 套接字或网络接口进行通信。核心概念如下: