Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 182 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 182 Bytes

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