An open API service indexing awesome lists of open source software.

https://github.com/outstand/docker-tmux


https://github.com/outstand/docker-tmux

Last synced: 3 months ago
JSON representation

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
```