Update figure location

This commit is contained in:
Baohua Yang
2017-05-24 11:37:58 +08:00
parent 18a91f783e
commit bd34ba8077
40 changed files with 21 additions and 21 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@@ -3,7 +3,7 @@ Docker 采用了 C/S架构包括客户端和服务端。
Docker daemon 作为服务端接受来自客户的请求,并处理这些请求(创建、运行、分发容器)。
客户端和服务端既可以运行在一个机器上,也可通过 socket 或者 RESTful API 来进行通信。
![Docker 基本架构](../_images/docker_arch.png)
![Docker 基本架构](_images/docker_arch.png)
Docker daemon 一般在宿主主机后台运行,等待接收来自客户端的消息。