Last active
June 26, 2019 14:51
-
-
Save sbatururimi/7c68b7882c3cea624d7b7644656d58a6 to your computer and use it in GitHub Desktop.
Docker resize of terminal window
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 -it container_name /bin/bash -c "export COLUMNS=`tput cols`; export LINES=`tput lines`; exec bash" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment