Last active
August 5, 2020 23:57
-
-
Save rsp9u/c412d076f1111e7db6323af8dd310c37 to your computer and use it in GitHub Desktop.
Terminal Sharing by ttyd/docker/tmux
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 --rm --name docker-tmux -td -v $PWD/tmux.conf:/root/.tmux.conf squallcx/docker-tmux tmux new -A -s ttyd | |
| $ ttyd docker exec -ti docker-tmux tmux new -A -s ttyd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment