From e5e7342f254c5c0ffa594b7b9b28e48dc3af7b2f Mon Sep 17 00:00:00 2001 From: Lorenz Leutgeb Date: Wed, 2 Sep 2015 11:58:00 +0200 Subject: [PATCH] docs: Explain volume_name in POST /container Binds Signed-off-by: Lorenz Leutgeb Upstream-commit: 2bd2893b9239d0bf0b584612a21ca205c0059170 Component: engine --- components/engine/docs/reference/api/docker_remote_api_v1.21.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/engine/docs/reference/api/docker_remote_api_v1.21.md b/components/engine/docs/reference/api/docker_remote_api_v1.21.md index df594aac60..0a3dc880d0 100644 --- a/components/engine/docs/reference/api/docker_remote_api_v1.21.md +++ b/components/engine/docs/reference/api/docker_remote_api_v1.21.md @@ -264,6 +264,8 @@ Json Parameters: + `container_path` to create a new volume for the container + `host_path:container_path` to bind-mount a host path into the container + `host_path:container_path:ro` to make the bind-mount read-only inside the container. + + `volume_name:container_path` to bind-mount a volume managed by a volume plugin into the container. + + `volume_name:container_path:ro` to make the bind mount read-only inside the container. - **Links** - A list of links for the container. Each link entry should be in the form of `container_name:alias`. - **LxcConf** - LXC specific configurations. These configurations only