diff --git a/docs/sources/api/docker_remote_api_v1.6.rst b/docs/sources/api/docker_remote_api_v1.6.rst index 461ffefd6..25be478a1 100644 --- a/docs/sources/api/docker_remote_api_v1.6.rst +++ b/docs/sources/api/docker_remote_api_v1.6.rst @@ -121,8 +121,7 @@ Create a container "AttachStdin":false, "AttachStdout":true, "AttachStderr":true, - "PortSpecs":null, - "Privileged": false, + "ExposedPorts":{}, "Tty":false, "OpenStdin":false, "StdinOnce":false, @@ -135,7 +134,6 @@ Create a container "Volumes":{}, "VolumesFrom":"", "WorkingDir":"" - } **Example response**: @@ -242,7 +240,7 @@ Inspect a container "AttachStdin": false, "AttachStdout": true, "AttachStderr": true, - "PortSpecs": null, + "ExposedPorts": {}, "Tty": false, "OpenStdin": false, "StdinOnce": false, @@ -413,7 +411,12 @@ Start a container { "Binds":["/tmp:/tmp"], - "LxcConf":{"lxc.utsname":"docker"} + "LxcConf":{"lxc.utsname":"docker"}, + "ContainerIDFile": "", + "Privileged": false, + "PortBindings": {"22/tcp": [{HostIp:"", HostPort:""}]}, + "Links": [], + "PublishAllPorts": false } **Example response**: @@ -846,7 +849,7 @@ Inspect an image "AttachStdin":false, "AttachStdout":false, "AttachStderr":false, - "PortSpecs":null, + "ExposedPorts":{}, "Tty":true, "OpenStdin":true, "StdinOnce":false, @@ -1192,7 +1195,7 @@ Create a new image from a container's changes { "Cmd": ["cat", "/world"], - "PortSpecs":["22"] + "ExposedPorts":{"22/tcp":{}} } **Example response**: