Skip to content

Instantly share code, notes, and snippets.

@ouabing
Created January 10, 2014 07:06
Show Gist options
  • Save ouabing/8348034 to your computer and use it in GitHub Desktop.
Save ouabing/8348034 to your computer and use it in GitHub Desktop.
use tmux in docker
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