mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Revert api doc for 1.19 about PortSpecs removal
Signed-off-by: Antonio Murdaca <me@runcom.ninja>
This commit is contained in:
parent
4389fc8bf9
commit
c42ede311b
2 changed files with 4 additions and 4 deletions
docs/sources/reference/api
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue