mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-01 05:21:46 +00:00
Update figure location
This commit is contained in:
BIN
underly/_images/docker_arch.png
Normal file
BIN
underly/_images/docker_arch.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
@@ -3,7 +3,7 @@ Docker 采用了 C/S架构,包括客户端和服务端。
|
||||
Docker daemon 作为服务端接受来自客户的请求,并处理这些请求(创建、运行、分发容器)。
|
||||
客户端和服务端既可以运行在一个机器上,也可通过 socket 或者 RESTful API 来进行通信。
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Docker daemon 一般在宿主主机后台运行,等待接收来自客户端的消息。
|
||||
|
Reference in New Issue
Block a user