You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2021. It is now read-only.
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?