mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
understanding-docker: Use consistent term
Term 'service' was used together with 'daemon'. It would be better to use the term 'daemon' solely because most part of documentation are using the term.
This commit is contained in:
parent
55915b8e00
commit
14ffde2d8c
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ Docker uses a client-server architecture. The Docker *client* talks to the
|
||||||
Docker *daemon*, which does the heavy lifting of building, running, and
|
Docker *daemon*, which does the heavy lifting of building, running, and
|
||||||
distributing your Docker containers. Both the Docker client and the daemon *can*
|
distributing your Docker containers. Both the Docker client and the daemon *can*
|
||||||
run on the same system, or you can connect a Docker client to a remote Docker
|
run on the same system, or you can connect a Docker client to a remote Docker
|
||||||
daemon. The Docker client and service communicate via sockets or through a
|
daemon. The Docker client and daemon communicate via sockets or through a
|
||||||
RESTful API.
|
RESTful API.
|
||||||
|
|
||||||
![Docker Architecture Diagram](/article-img/architecture.svg)
|
![Docker Architecture Diagram](/article-img/architecture.svg)
|
||||||
|
|
Loading…
Add table
Reference in a new issue