mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-10 09:02:18 +00:00
rename images directory to _images
This commit is contained in:
@@ -3,7 +3,7 @@ docker采用了C/S架构,包括client端和daemon端。
|
||||
docker daemon作为server端接受来自client的请求,并处理这些请求(创建、运行、分发容器)。
|
||||
client端和server端既可以运行在一个机器上,也可通过socket或者RESTful API来进行通信。
|
||||
|
||||

|
||||

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