I'm running docker 17.12.0-ce
under ubuntu 16.04 Server
After doing docker exec -it ... bash
the terminal (putty) size change.
Before stty size
gives 60 180
after 0 0
So after entering the 80st character the next ones are placed at the begining of the line (not on the next line).
There is a solution ? Something to configure in docker daemon ?