You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any update on how to spawn the shell command inside a docker container? Particularly in my user case I would like to run a separated ipython kernel for each instance of xterm websocket connection. Is it possible in this way?
Somehow, if I run the docker command as a list like this shell_command=["docker", "run", "-it", "--rm", "python:3.5-slim-buster"] instead of shell_command=["docker run -it --rm python:3.5-slim-buster"] , the error is not present anymore.
I think version 1 is easier to serialize. The error is coming from the library ptyprocess , and we can experiment using this code:
I am trying to run a docker image from
shell_command
but getting an errorThe text was updated successfully, but these errors were encountered: