瀏覽代碼

Revert api doc for 1.19 about PortSpecs removal

Signed-off-by: Antonio Murdaca <me@runcom.ninja>
Antonio Murdaca 10 年之前
父節點
當前提交
c42ede311b

+ 4 - 0
docs/sources/reference/api/docker_remote_api_v1.19.md

@@ -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,

+ 0 - 4
docs/sources/reference/api/docker_remote_api_v1.20.md

@@ -333,7 +333,6 @@ 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": "",
@@ -1346,7 +1345,6 @@ 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,
@@ -1735,7 +1733,6 @@ 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,
@@ -2089,7 +2086,6 @@ 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,