feat: 容器支持自定义控制台交互方式 (#2434)

This commit is contained in:
ssongliu
2023-10-07 14:30:46 +08:00
committed by GitHub
parent dc86cbc1ee
commit bca9777a43
12 changed files with 77 additions and 22 deletions

View File

@@ -1233,7 +1233,7 @@ const docTemplate = `{
}
},
"/containers/compose/search/log": {
"post": {
"get": {
"security": [
{
"ApiKeyAuth": []
@@ -2037,7 +2037,7 @@ const docTemplate = `{
}
],
"description": "获取容器限制",
"summary": "Load container limis",
"summary": "Load container limits",
"responses": {
"200": {
"description": "OK",
@@ -12549,12 +12549,18 @@ const docTemplate = `{
"network": {
"type": "string"
},
"openStdin": {
"type": "boolean"
},
"publishAllPorts": {
"type": "boolean"
},
"restartPolicy": {
"type": "string"
},
"tty": {
"type": "boolean"
},
"volumes": {
"type": "array",
"items": {
@@ -16649,6 +16655,9 @@ const docTemplate = `{
"type": "object",
"additionalProperties": true
},
"port": {
"type": "integer"
},
"resource": {
"type": "string"
},
@@ -16734,6 +16743,9 @@ const docTemplate = `{
"type": "object",
"additionalProperties": true
},
"port": {
"type": "integer"
},
"rebuild": {
"type": "boolean"
},