Merge pull request #13606 from runcom/revert-doc-in-api-1-19

Revert api doc for 1.19 about PortSpecs removal
Upstream-commit: 3aa4a3a0c5018bd46d422a00aa8a1f7ff352fdbd
Component: engine
This commit is contained in:
Jessie Frazelle
2015-05-29 15:42:56 -07:00
2 changed files with 4 additions and 4 deletions
@@ -333,6 +333,7 @@ Return low-level information on the container `id`
"NetworkDisabled": false,
"OnBuild": null,
"OpenStdin": false,
"PortSpecs": null,
"StdinOnce": false,
"Tty": false,
"User": "",
@@ -1345,6 +1346,7 @@ Return low-level information on the image `name`
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"PortSpecs": null,
"Tty": true,
"OpenStdin": true,
"StdinOnce": false,
@@ -1739,6 +1741,7 @@ Create a new image from a container's changes
"AttachStdin": false,
"AttachStdout": true,
"AttachStderr": true,
"PortSpecs": null,
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
@@ -2092,6 +2095,7 @@ Return low-level information about the `exec` command `id`.
"AttachStdin" : false,
"AttachStdout" : false,
"AttachStderr" : false,
"PortSpecs": null,
"ExposedPorts" : null,
"Tty" : false,
"OpenStdin" : false,
@@ -333,7 +333,6 @@ Return low-level information on the container `id`
"NetworkDisabled": false,
"OnBuild": null,
"OpenStdin": false,
"PortSpecs": null,
"StdinOnce": false,
"Tty": false,
"User": "",
@@ -1346,7 +1345,6 @@ Return low-level information on the image `name`
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"PortSpecs": null,
"Tty": true,
"OpenStdin": true,
"StdinOnce": false,
@@ -1735,7 +1733,6 @@ Create a new image from a container's changes
"AttachStdin": false,
"AttachStdout": true,
"AttachStderr": true,
"PortSpecs": null,
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
@@ -2089,7 +2086,6 @@ Return low-level information about the `exec` command `id`.
"AttachStdin" : false,
"AttachStdout" : false,
"AttachStderr" : false,
"PortSpecs" : null,
"ExposedPorts" : null,
"Tty" : false,
"OpenStdin" : false,