From ea8fa13170f3ce56d3b1195d3090b8a4b0b63796 Mon Sep 17 00:00:00 2001 From: Richard Metzler Date: Sun, 23 Nov 2014 23:57:43 +0100 Subject: [PATCH] Empty Line should fix Markdown unordered list Without the line break the list would render as one single paragraph. Upstream-commit: 91a8b916b09615119e80a1193f1a2f6c01143106 Component: engine --- .../engine/docs/sources/reference/api/docker_remote_api_v1.15.md | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/docs/sources/reference/api/docker_remote_api_v1.15.md b/components/engine/docs/sources/reference/api/docker_remote_api_v1.15.md index a634f7c550..6c95a94b23 100644 --- a/components/engine/docs/sources/reference/api/docker_remote_api_v1.15.md +++ b/components/engine/docs/sources/reference/api/docker_remote_api_v1.15.md @@ -524,6 +524,7 @@ Start the container `id` HTTP/1.1 204 No Content Json Parameters: + - **Binds** – A list of volume bindings for this container. Each volume binding is a string of the form `container_path` (to create a new volume for the container), `host_path:container_path` (to bind-mount