From 93dba8079c90452a1df018f3fccaf0b894f29986 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Mon, 23 Dec 2013 09:08:28 -0500 Subject: [PATCH] API documentation update for Privileged The 1.7 API docs show the ability to pass Privileged when creating a container. This is not supported as. Privileged is now part of hostConfig and can only be passed when starting a container. This fixes the documentation issue. Upstream-commit: bf17383e35afa12f5d6cb145b26542f2dc4f95de Component: engine --- components/engine/docs/sources/api/docker_remote_api_v1.7.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/docs/sources/api/docker_remote_api_v1.7.rst b/components/engine/docs/sources/api/docker_remote_api_v1.7.rst index 9857948732..93bd1dd6e5 100644 --- a/components/engine/docs/sources/api/docker_remote_api_v1.7.rst +++ b/components/engine/docs/sources/api/docker_remote_api_v1.7.rst @@ -122,7 +122,6 @@ Create a container "AttachStdout":true, "AttachStderr":true, "PortSpecs":null, - "Privileged": false, "Tty":false, "OpenStdin":false, "StdinOnce":false, @@ -364,7 +363,8 @@ Start a container { "Binds":["/tmp:/tmp"], "LxcConf":{"lxc.utsname":"docker"}, - "PortBindings":null + "PortBindings":null, + "Privileged":false, "PublishAllPorts":false }