docker_practice/underly/arch.md
2017-11-26 10:18:24 +08:00

12 lines
609 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 基本架构
Docker 采用了 `C/S` 架构包括客户端和服务端Docker 守护进程 `Daemon`作为服务端接受来自客户端的请求并处理这些请求创建运行分发容器
客户端和服务端既可以运行在一个机器上也可通过 `socket` 或者 `RESTful API` 来进行通信
![Docker 基本架构](_images/docker_arch.png)
Docker 守护进程一般在宿主主机后台运行等待接收来自客户端的消息
Docker 客户端则为用户提供一系列可执行命令用户用这些命令实现跟 Docker 守护进程交互