Преглед на файлове

Merge pull request #1721 from andrewmunsell/patch-2

Add privileged flag in documentation for container creation
Victor Vieux преди 12 години
родител
ревизия
050cf70136
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      docs/sources/api/docker_remote_api_v1.4.rst

+ 1 - 0
docs/sources/api/docker_remote_api_v1.4.rst

@@ -119,6 +119,7 @@ Create a container
 		"AttachStdout":true,
 		"AttachStderr":true,
 		"PortSpecs":null,
+		"Privileged": false,
 		"Tty":false,
 		"OpenStdin":false,
 		"StdinOnce":false,