소스 검색

Revert api doc for 1.19 about PortSpecs removal

Signed-off-by: Antonio Murdaca <me@runcom.ninja>
Antonio Murdaca 10 년 전
부모
커밋
c42ede311b
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 0
      docs/sources/reference/api/docker_remote_api_v1.19.md
  2. 0 4
      docs/sources/reference/api/docker_remote_api_v1.20.md

+ 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,
 			"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,

+ 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,
 			"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,