fix(terminal): allocate pseudo-TTY for interactive docker exec session
This commit is contained in:
@@ -20,7 +20,7 @@ class TerminalSession:
|
||||
self.process = await asyncio.create_subprocess_exec(
|
||||
"docker",
|
||||
"exec",
|
||||
"-i",
|
||||
"-it",
|
||||
self.container_id,
|
||||
"/bin/sh",
|
||||
"-c",
|
||||
|
||||
Reference in New Issue
Block a user