mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-02-04 14:33:01 +08:00
feat: 容器支持自定义控制台交互方式 (#2434)
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user