瀏覽代碼

Merge pull request #6899 from sjp38/patch-1

understanding-docker: Use consistent term
James Turnbull 11 年之前
父節點
當前提交
0327b0f4af
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/introduction/understanding-docker.md

+ 1 - 1
docs/sources/introduction/understanding-docker.md

@@ -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)