Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 089d910

Browse files
author
Misty Stanley-Jones
authored
Update understanding-docker.md (docker#406)
* Update understanding-docker.md * Update understanding-docker.md
1 parent 2d85b4b commit 089d910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine/understanding-docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ Docker uses a client-server architecture. The Docker *client* talks to the
9494
Docker *daemon*, which does the heavy lifting of building, running, and
9595
distributing your Docker containers. The Docker client and daemon *can*
9696
run on the same system, or you can connect a Docker client to a remote Docker
97-
daemon. The Docker client and daemon communicate via sockets or through a
98-
REST API.
97+
daemon. The Docker client and daemon communicate using a REST API, over UNIX
98+
sockets or a network interface.
9999

100100
![Docker Architecture Diagram](article-img/architecture.svg)
101101

0 commit comments

Comments
 (0)