Merge pull request #1589 from containers/dependabot/go_modules/github.com/docker/docker-20.10.13incompatible

Bump github.com/docker/docker from 20.10.12+incompatible to 20.10.13+incompatible
This commit is contained in:
Daniel J Walsh
2022-03-11 05:01:09 -05:00
committed by GitHub
4 changed files with 13 additions and 5 deletions

View File

@@ -5755,7 +5755,6 @@ paths:
property1: "string"
property2: "string"
IpcMode: ""
LxcConf: []
Memory: 0
MemorySwap: 0
MemoryReservation: 0
@@ -8607,12 +8606,20 @@ paths:
if `tty` was specified as part of creating and starting the exec instance.
operationId: "ExecResize"
responses:
201:
200:
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"