fishtek / docker-tmux-static

Build static tmux using docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-tmux-static

Build static tmux using docker

docker build -t tmux .
docker run --rm tmux cat /tmux/tmux > tmux && chmod +x tmux
docker rmi tmux

About

Build static tmux using docker

License:MIT License


Languages

Language:Shell 100.0%