Created
June 7, 2018 08:39
-
-
Save vokiel/d77a7adc88534a6d67d8c0f6485d9065 to your computer and use it in GitHub Desktop.
Docker exec into bash console with proper columns and lines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker exec -e COLUMNS="`tput cols`" -e LINES="`tput lines`" -ti container bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment