mirror of https://github.com/docker/docs.git
Update understanding-docker.md (#406)
* Update understanding-docker.md * Update understanding-docker.md
This commit is contained in:
parent
2d85b4b3b5
commit
089d9100fd
|
@ -94,8 +94,8 @@ Docker uses a client-server architecture. The Docker *client* talks to the
|
|||
Docker *daemon*, which does the heavy lifting of building, running, and
|
||||
distributing your Docker containers. The Docker client and daemon *can*
|
||||
run on the same system, or you can connect a Docker client to a remote Docker
|
||||
daemon. The Docker client and daemon communicate via sockets or through a
|
||||
REST API.
|
||||
daemon. The Docker client and daemon communicate using a REST API, over UNIX
|
||||
sockets or a network interface.
|
||||
|
||||

|
||||
|
||||
|
|
Loading…
Reference in New Issue