Browse code

fix /etc/host typo in remote API docs

Signed-off-by: Tony Miller <mcfiredrill@gmail.com>

Tony Miller authored on 2015/01/27 10:12:54
Showing 3 changed files
... ...
@@ -222,7 +222,7 @@ Json Parameters:
222 222
   -   **Dns** - A list of dns servers for the container to use.
223 223
   -   **DnsSearch** - A list of DNS search domains
224 224
   -   **ExtraHosts** - A list of hostnames/IP mappings to be added to the
225
-      container's `/etc/host` file. Specified in the form `["hostname:IP"]`.
225
+      container's `/etc/hosts` file. Specified in the form `["hostname:IP"]`.
226 226
   -   **VolumesFrom** - A list of volumes to inherit from another container.
227 227
         Specified in the form `<container name>[:<ro|rw>]`
228 228
   -   **CapAdd** - A list of kernel capabilties to add to the container.
... ...
@@ -222,7 +222,7 @@ Json Parameters:
222 222
   -   **Dns** - A list of dns servers for the container to use.
223 223
   -   **DnsSearch** - A list of DNS search domains
224 224
   -   **ExtraHosts** - A list of hostnames/IP mappings to be added to the
225
-      container's `/etc/host` file. Specified in the form `["hostname:IP"]`.
225
+      container's `/etc/hosts` file. Specified in the form `["hostname:IP"]`.
226 226
   -   **VolumesFrom** - A list of volumes to inherit from another container.
227 227
         Specified in the form `<container name>[:<ro|rw>]`
228 228
   -   **CapAdd** - A list of kernel capabilties to add to the container.
... ...
@@ -225,7 +225,7 @@ Json Parameters:
225 225
   -   **Dns** - A list of dns servers for the container to use.
226 226
   -   **DnsSearch** - A list of DNS search domains
227 227
   -   **ExtraHosts** - A list of hostnames/IP mappings to be added to the
228
-      container's `/etc/host` file. Specified in the form `["hostname:IP"]`.
228
+      container's `/etc/hosts` file. Specified in the form `["hostname:IP"]`.
229 229
   -   **VolumesFrom** - A list of volumes to inherit from another container.
230 230
         Specified in the form `<container name>[:<ro|rw>]`
231 231
   -   **CapAdd** - A list of kernel capabilties to add to the container.