Signed-off-by: Antonio Murdaca <me@runcom.ninja>
| ... | ... |
@@ -333,6 +333,7 @@ Return low-level information on the container `id` |
| 333 | 333 |
"NetworkDisabled": false, |
| 334 | 334 |
"OnBuild": null, |
| 335 | 335 |
"OpenStdin": false, |
| 336 |
+ "PortSpecs": null, |
|
| 336 | 337 |
"StdinOnce": false, |
| 337 | 338 |
"Tty": false, |
| 338 | 339 |
"User": "", |
| ... | ... |
@@ -1345,6 +1346,7 @@ Return low-level information on the image `name` |
| 1345 | 1345 |
"AttachStdin": false, |
| 1346 | 1346 |
"AttachStdout": false, |
| 1347 | 1347 |
"AttachStderr": false, |
| 1348 |
+ "PortSpecs": null, |
|
| 1348 | 1349 |
"Tty": true, |
| 1349 | 1350 |
"OpenStdin": true, |
| 1350 | 1351 |
"StdinOnce": false, |
| ... | ... |
@@ -1739,6 +1741,7 @@ Create a new image from a container's changes |
| 1739 | 1739 |
"AttachStdin": false, |
| 1740 | 1740 |
"AttachStdout": true, |
| 1741 | 1741 |
"AttachStderr": true, |
| 1742 |
+ "PortSpecs": null, |
|
| 1742 | 1743 |
"Tty": false, |
| 1743 | 1744 |
"OpenStdin": false, |
| 1744 | 1745 |
"StdinOnce": false, |
| ... | ... |
@@ -2092,6 +2095,7 @@ Return low-level information about the `exec` command `id`. |
| 2092 | 2092 |
"AttachStdin" : false, |
| 2093 | 2093 |
"AttachStdout" : false, |
| 2094 | 2094 |
"AttachStderr" : false, |
| 2095 |
+ "PortSpecs": null, |
|
| 2095 | 2096 |
"ExposedPorts" : null, |
| 2096 | 2097 |
"Tty" : false, |
| 2097 | 2098 |
"OpenStdin" : false, |
| ... | ... |
@@ -333,7 +333,6 @@ Return low-level information on the container `id` |
| 333 | 333 |
"NetworkDisabled": false, |
| 334 | 334 |
"OnBuild": null, |
| 335 | 335 |
"OpenStdin": false, |
| 336 |
- "PortSpecs": null, |
|
| 337 | 336 |
"StdinOnce": false, |
| 338 | 337 |
"Tty": false, |
| 339 | 338 |
"User": "", |
| ... | ... |
@@ -1346,7 +1345,6 @@ Return low-level information on the image `name` |
| 1346 | 1346 |
"AttachStdin": false, |
| 1347 | 1347 |
"AttachStdout": false, |
| 1348 | 1348 |
"AttachStderr": false, |
| 1349 |
- "PortSpecs": null, |
|
| 1350 | 1349 |
"Tty": true, |
| 1351 | 1350 |
"OpenStdin": true, |
| 1352 | 1351 |
"StdinOnce": false, |
| ... | ... |
@@ -1735,7 +1733,6 @@ Create a new image from a container's changes |
| 1735 | 1735 |
"AttachStdin": false, |
| 1736 | 1736 |
"AttachStdout": true, |
| 1737 | 1737 |
"AttachStderr": true, |
| 1738 |
- "PortSpecs": null, |
|
| 1739 | 1738 |
"Tty": false, |
| 1740 | 1739 |
"OpenStdin": false, |
| 1741 | 1740 |
"StdinOnce": false, |
| ... | ... |
@@ -2089,7 +2086,6 @@ Return low-level information about the `exec` command `id`. |
| 2089 | 2089 |
"AttachStdin" : false, |
| 2090 | 2090 |
"AttachStdout" : false, |
| 2091 | 2091 |
"AttachStderr" : false, |
| 2092 |
- "PortSpecs" : null, |
|
| 2093 | 2092 |
"ExposedPorts" : null, |
| 2094 | 2093 |
"Tty" : false, |
| 2095 | 2094 |
"OpenStdin" : false, |