added resize function
This commit is contained in:
@@ -328,7 +328,7 @@ func (con Connection) StartServer(ctx *gin.Context) {
|
||||
AttachStderr: true,
|
||||
Tty: true,
|
||||
OpenStdin: true,
|
||||
StdinOnce: true,
|
||||
StdinOnce: false,
|
||||
Image: imageId,
|
||||
Volumes: volumes,
|
||||
Labels: jsonLabels,
|
||||
|
Reference in New Issue
Block a user