Just tried docker terminal for looking at stdout output of one the containers.
- If the container is started with "--tty", it works great.
- If "--tty" flag is not specified during docker launch then the stdout output redirected on tty.js have some encoding problems and is not properly aligned (white spaces in the stdout). Is there any way to fix this?