Browse code

docs: Markdown format fix around LogConfig param

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>

Ahmet Alp Balkan authored on 2015/04/09 08:16:37
Showing 2 changed files
... ...
@@ -257,10 +257,9 @@ Json Parameters:
257 257
         `Ulimits: { "Name": "nofile", "Soft": 1024, "Hard", 2048 }}`
258 258
   -   **SecurityOpt**: A list of string values to customize labels for MLS
259 259
       systems, such as SELinux.
260
-  -   **LogConfig** - Logging configuration to container, format
261
-        `{ "Type": "<driver_name>", "Config": {"key1": "val1"}}
260
+  -   **LogConfig** - Logging configuration to container, format:
261
+        `{ "Type": "<driver_name>", "Config": {"key1": "val1"}}`.
262 262
         Available types: `json-file`, `syslog`, `none`.
263
-        `json-file` logging driver.
264 263
   -   **CgroupParent** - Path to cgroups under which the cgroup for the container will be created. If the path is not absolute, the path is considered to be relative to the cgroups path of the init process. Cgroups will be created if they do not already exist.
265 264
 
266 265
 Query Parameters:
... ...
@@ -257,10 +257,9 @@ Json Parameters:
257 257
         `Ulimits: { "Name": "nofile", "Soft": 1024, "Hard", 2048 }}`
258 258
   -   **SecurityOpt**: A list of string values to customize labels for MLS
259 259
       systems, such as SELinux.
260
-  -   **LogConfig** - Logging configuration to container, format
261
-        `{ "Type": "<driver_name>", "Config": {"key1": "val1"}}
260
+  -   **LogConfig** - Logging configuration to container, format:
261
+        `{ "Type": "<driver_name>", "Config": {"key1": "val1"}}`.
262 262
         Available types: `json-file`, `syslog`, `none`.
263
-        `json-file` logging driver.
264 263
   -   **CgroupParent** - Path to cgroups under which the cgroup for the container will be created. If the path is not absolute, the path is considered to be relative to the cgroups path of the init process. Cgroups will be created if they do not already exist.
265 264
 
266 265
 Query Parameters: