starting docker container messes up terminal settings
Larry Martell
larry.martell at gmail.com
Mon May 2 09:52:23 EDT 2016
More information about the Python-list mailing list
Mon May 2 09:52:23 EDT 2016
- Previous message (by thread): Private message regarding: Howw to prevent the duplication of any value in a column within a CSV file (python)
- Next message (by thread): starting docker container messes up terminal settings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I am starting a docker container from a subprocess.Popen and it works, but when the script returns, the terminal settings of my shell are messed up. Nothing is echoed and return doesn't cause a newline. I can fix this with 'tset' in the terminal, but I don't want to require that. Has anyone here worked with docker and had seen and solved this issue?
- Previous message (by thread): Private message regarding: Howw to prevent the duplication of any value in a column within a CSV file (python)
- Next message (by thread): starting docker container messes up terminal settings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list