Closed janecker closed 6 years ago
How do you run the docker image? What is your docker version?
Try adding the -it
flags when running the container.
Okay I've ran some tests, it requires the -i
flag at least.
Hi, thanks for the fast feedback, adding the -it option solved the issue. Thanks!
I tried running your project as a docker container and faced the problem that I received the following exception:
I traced down the issue to the call of raw_input() that is not working, because there is no interactive input in a docker container. I am not very used to python so I am not completly sure what the purpose of the last part of the script is:
Is it just for shutting down the script if a keyboard interrupt (ctrl+c) is detected? If s I would look for an alternative so the script can run properly as docker container.