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(
|
self.process = await asyncio.create_subprocess_exec(
|
||||||
"docker",
|
"docker",
|
||||||
"exec",
|
"exec",
|
||||||
"-i",
|
"-it",
|
||||||
self.container_id,
|
self.container_id,
|
||||||
"/bin/sh",
|
"/bin/sh",
|
||||||
"-c",
|
"-c",
|
||||||
|
|||||||
Reference in New Issue
Block a user