Finish the basic content for the underly chapter

This commit is contained in:
Baohua Yang
2014-09-18 10:45:17 +08:00
parent d83e318b8c
commit b1e6415b8f
6 changed files with 35 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
##基本架构
## 基本架构
Docker采用了C/S架构包括客户端和服务端。
docker daemon作为服务端接受来自客户的请求并处理这些请求创建、运行、分发容器
客户端和服务端既可以运行在一个机器上也可通过socket或者RESTful API来进行通信。