mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-05 15:12:31 +00:00
Finish the basic content for the underly chapter
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
##基本架构
|
||||
## 基本架构
|
||||
Docker采用了C/S架构,包括客户端和服务端。
|
||||
docker daemon作为服务端接受来自客户的请求,并处理这些请求(创建、运行、分发容器)。
|
||||
客户端和服务端既可以运行在一个机器上,也可通过socket或者RESTful API来进行通信。
|
||||
|
Reference in New Issue
Block a user