Skip to content

Instantly share code, notes, and snippets.

@sbatururimi
Last active June 26, 2019 14:51
Show Gist options
  • Save sbatururimi/7c68b7882c3cea624d7b7644656d58a6 to your computer and use it in GitHub Desktop.
Save sbatururimi/7c68b7882c3cea624d7b7644656d58a6 to your computer and use it in GitHub Desktop.
Docker resize of terminal window
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