From b66597eef18a02014e0b634dc3dc55dff3de4c20 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Wed, 8 Apr 2015 16:16:37 -0700 Subject: [PATCH] docs: Markdown format fix around LogConfig param Signed-off-by: Ahmet Alp Balkan --- docs/sources/reference/api/docker_remote_api_v1.18.md | 5 ++--- docs/sources/reference/api/docker_remote_api_v1.19.md | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/sources/reference/api/docker_remote_api_v1.18.md b/docs/sources/reference/api/docker_remote_api_v1.18.md index 6c49fb91fe..75eed99dad 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.18.md +++ b/docs/sources/reference/api/docker_remote_api_v1.18.md @@ -257,10 +257,9 @@ Json Parameters: `Ulimits: { "Name": "nofile", "Soft": 1024, "Hard", 2048 }}` - **SecurityOpt**: A list of string values to customize labels for MLS systems, such as SELinux. - - **LogConfig** - Logging configuration to container, format - `{ "Type": "", "Config": {"key1": "val1"}} + - **LogConfig** - Logging configuration to container, format: + `{ "Type": "", "Config": {"key1": "val1"}}`. Available types: `json-file`, `syslog`, `none`. - `json-file` logging driver. - **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. Query Parameters: diff --git a/docs/sources/reference/api/docker_remote_api_v1.19.md b/docs/sources/reference/api/docker_remote_api_v1.19.md index a98206cbce..b643d44904 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.19.md +++ b/docs/sources/reference/api/docker_remote_api_v1.19.md @@ -257,10 +257,9 @@ Json Parameters: `Ulimits: { "Name": "nofile", "Soft": 1024, "Hard", 2048 }}` - **SecurityOpt**: A list of string values to customize labels for MLS systems, such as SELinux. - - **LogConfig** - Logging configuration to container, format - `{ "Type": "", "Config": {"key1": "val1"}} + - **LogConfig** - Logging configuration to container, format: + `{ "Type": "", "Config": {"key1": "val1"}}`. Available types: `json-file`, `syslog`, `none`. - `json-file` logging driver. - **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. Query Parameters: