https://github.com/outstand/docker-tmux
https://github.com/outstand/docker-tmux
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/outstand/docker-tmux
- Owner: outstand
- Created: 2017-03-23T19:20:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T23:15:11.000Z (over 7 years ago)
- Last Synced: 2025-01-21T08:11:46.097Z (4 months ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/outstand/tmux/
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
Run the server:
```sh
docker run -d -v /var/run/docker.sock:/var/run/docker.sock -v /bin/docker:/bin/docker --name tmux-server outstand/tmux:latest server
```Run the client:
```sh
docker run -it --rm --volumes-from tmux-server outstand/tmux:latest client
```