Browse code

Merge pull request #13027 from runcom/fix-typo-reference-remote-api

Fix typo in the api remote reference for links

Jessie Frazelle authored on 2015/05/08 09:53:21
Showing 5 changed files
... ...
@@ -207,8 +207,8 @@ Json Parameters:
207 207
           volume for the container), `host_path:container_path` (to bind-mount
208 208
           a host path into the container), or `host_path:container_path:ro`
209 209
           (to make the bind-mount read-only inside the container).
210
-  -   **Links** - A list of links for the container.  Each link entry should be of
211
-        of the form "container_name:alias".
210
+  -   **Links** - A list of links for the container.  Each link entry should be
211
+        in the form of "container_name:alias".
212 212
   -   **LxcConf** - LXC specific configurations.  These configurations will only
213 213
         work when using the `lxc` execution driver.
214 214
   -   **PortBindings** - A map of exposed container ports and the host port they
... ...
@@ -207,8 +207,8 @@ Json Parameters:
207 207
           volume for the container), `host_path:container_path` (to bind-mount
208 208
           a host path into the container), or `host_path:container_path:ro`
209 209
           (to make the bind-mount read-only inside the container).
210
-  -   **Links** - A list of links for the container.  Each link entry should be of
211
-        of the form "container_name:alias".
210
+  -   **Links** - A list of links for the container.  Each link entry should be
211
+        in the form of "container_name:alias".
212 212
   -   **LxcConf** - LXC specific configurations.  These configurations will only
213 213
         work when using the `lxc` execution driver.
214 214
   -   **PortBindings** - A map of exposed container ports and the host port they
... ...
@@ -207,8 +207,8 @@ Json Parameters:
207 207
           volume for the container), `host_path:container_path` (to bind-mount
208 208
           a host path into the container), or `host_path:container_path:ro`
209 209
           (to make the bind-mount read-only inside the container).
210
-  -   **Links** - A list of links for the container.  Each link entry should be of
211
-        of the form "container_name:alias".
210
+  -   **Links** - A list of links for the container.  Each link entry should be
211
+        in the form of "container_name:alias".
212 212
   -   **LxcConf** - LXC specific configurations.  These configurations will only
213 213
         work when using the `lxc` execution driver.
214 214
   -   **PortBindings** - A map of exposed container ports and the host port they
... ...
@@ -218,8 +218,8 @@ Json Parameters:
218 218
             volume for the container), `host_path:container_path` (to bind-mount
219 219
             a host path into the container), or `host_path:container_path:ro`
220 220
             (to make the bind-mount read-only inside the container).
221
-    -   **Links** - A list of links for the container. Each link entry should be of
222
-          of the form `container_name:alias`.
221
+    -   **Links** - A list of links for the container. Each link entry should be
222
+          in the form of `container_name:alias`.
223 223
     -   **LxcConf** - LXC specific configurations. These configurations will only
224 224
           work when using the `lxc` execution driver.
225 225
     -   **PortBindings** - A map of exposed container ports and the host port they
... ...
@@ -224,8 +224,8 @@ Json Parameters:
224 224
             volume for the container), `host_path:container_path` (to bind-mount
225 225
             a host path into the container), or `host_path:container_path:ro`
226 226
             (to make the bind-mount read-only inside the container).
227
-    -   **Links** - A list of links for the container. Each link entry should be of
228
-          of the form `container_name:alias`.
227
+    -   **Links** - A list of links for the container. Each link entry should be
228
+          in the form of `container_name:alias`.
229 229
     -   **LxcConf** - LXC specific configurations. These configurations will only
230 230
           work when using the `lxc` execution driver.
231 231
     -   **PortBindings** - A map of exposed container ports and the host port they