Browse code

Grammar and punctuation fixes

Docker-DCO-1.1-Signed-off-by: John Gardiner Myers <jgmyers@proofpoint.com> (github: johngmyers)

John Gardiner Myers authored on 2014/01/22 15:08:11
Showing 1 changed files
... ...
@@ -31,11 +31,11 @@ itself for this purpose. Thus, when the Docker daemon starts it :
31 31
 
32 32
 
33 33
 At runtime, a :ref:`specific kind of virtual
34
-interface<vethxxxx-device>` is given to each containers which is then
35
-bonded to the ``docker0`` bridge.  Each containers also receives a
34
+interface<vethxxxx-device>` is given to each container which is then
35
+bonded to the ``docker0`` bridge.  Each container also receives a
36 36
 dedicated IP address from the same range as ``docker0``. The
37 37
 ``docker0`` IP address is then used as the default gateway for the
38
-containers.
38
+container.
39 39
 
40 40
 .. code-block:: bash
41 41
 
... ...
@@ -135,7 +135,7 @@ What's about the vethXXXX device?
135 135
 Well. Things get complicated here.
136 136
 
137 137
 The ``vethXXXX`` interface is the host side of a point-to-point link
138
-between the host and the corresponding container, the other side of
138
+between the host and the corresponding container; the other side of
139 139
 the link being materialized by the container's ``eth0``
140 140
 interface. This pair (host ``vethXXX`` and container ``eth0``) are
141 141
 connected like a tube. Everything that comes in one side will come out