diff options
Diffstat (limited to 'vendor/github.com/docker')
-rw-r--r-- | vendor/github.com/docker/docker/api/swagger.yaml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/vendor/github.com/docker/docker/api/swagger.yaml b/vendor/github.com/docker/docker/api/swagger.yaml index b6bca4cef..bada4a8e3 100644 --- a/vendor/github.com/docker/docker/api/swagger.yaml +++ b/vendor/github.com/docker/docker/api/swagger.yaml @@ -5755,6 +5755,7 @@ paths: property1: "string" property2: "string" IpcMode: "" + LxcConf: [] Memory: 0 MemorySwap: 0 MemoryReservation: 0 @@ -8606,20 +8607,12 @@ paths: if `tty` was specified as part of creating and starting the exec instance. operationId: "ExecResize" responses: - 200: + 201: description: "No error" - 400: - description: "bad parameter" - schema: - $ref: "#/definitions/ErrorResponse" 404: description: "No such exec instance" schema: $ref: "#/definitions/ErrorResponse" - 500: - description: "Server error" - schema: - $ref: "#/definitions/ErrorResponse" parameters: - name: "id" in: "path" |