Re: starting docker container messes up terminal settings

2016-05-08 Thread Larry Martell
On Mon, May 2, 2016 at 10:28 AM, Larry Martell wrote: > On Mon, May 2, 2016 at 10:08 AM, Joaquin Alzola > wrote: >>>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 re

Re: starting docker container messes up terminal settings

2016-05-02 Thread Larry Martell
On Mon, May 2, 2016 at 10:08 AM, Joaquin Alzola wrote: >>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' i

RE: starting docker container messes up terminal settings

2016-05-02 Thread Joaquin Alzola
>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

starting docker container messes up terminal settings

2016-05-02 Thread Larry Martell
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 wo