|
@@ -333,6 +333,7 @@ Return low-level information on the container `id`
|
|
"NetworkDisabled": false,
|
|
"NetworkDisabled": false,
|
|
"OnBuild": null,
|
|
"OnBuild": null,
|
|
"OpenStdin": false,
|
|
"OpenStdin": false,
|
|
|
|
+ "PortSpecs": null,
|
|
"StdinOnce": false,
|
|
"StdinOnce": false,
|
|
"Tty": false,
|
|
"Tty": false,
|
|
"User": "",
|
|
"User": "",
|
|
@@ -1345,6 +1346,7 @@ Return low-level information on the image `name`
|
|
"AttachStdin": false,
|
|
"AttachStdin": false,
|
|
"AttachStdout": false,
|
|
"AttachStdout": false,
|
|
"AttachStderr": false,
|
|
"AttachStderr": false,
|
|
|
|
+ "PortSpecs": null,
|
|
"Tty": true,
|
|
"Tty": true,
|
|
"OpenStdin": true,
|
|
"OpenStdin": true,
|
|
"StdinOnce": false,
|
|
"StdinOnce": false,
|
|
@@ -1739,6 +1741,7 @@ Create a new image from a container's changes
|
|
"AttachStdin": false,
|
|
"AttachStdin": false,
|
|
"AttachStdout": true,
|
|
"AttachStdout": true,
|
|
"AttachStderr": true,
|
|
"AttachStderr": true,
|
|
|
|
+ "PortSpecs": null,
|
|
"Tty": false,
|
|
"Tty": false,
|
|
"OpenStdin": false,
|
|
"OpenStdin": false,
|
|
"StdinOnce": false,
|
|
"StdinOnce": false,
|
|
@@ -2092,6 +2095,7 @@ Return low-level information about the `exec` command `id`.
|
|
"AttachStdin" : false,
|
|
"AttachStdin" : false,
|
|
"AttachStdout" : false,
|
|
"AttachStdout" : false,
|
|
"AttachStderr" : false,
|
|
"AttachStderr" : false,
|
|
|
|
+ "PortSpecs": null,
|
|
"ExposedPorts" : null,
|
|
"ExposedPorts" : null,
|
|
"Tty" : false,
|
|
"Tty" : false,
|
|
"OpenStdin" : false,
|
|
"OpenStdin" : false,
|