Created
January 10, 2014 07:06
-
-
Save ouabing/8348034 to your computer and use it in GitHub Desktop.
use tmux in docker
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 run -i -t ... sh -c "exec >/dev/tty 2>/dev/tty </dev/tty && /usr/bin/screen -s /bin/bash" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment