dockerfiles/tmux/README.md

19 lines
319 B
Markdown
Raw Normal View History

2015-01-24 21:19:39 +01:00
tmux boxes
==========
Base boxes with tmux
Usage
-----
2015-01-24 21:22:55 +01:00
docker build -t alpinelinux:tmux .
docker run -td alpinelinux:tmux
docker exec -ti <container-id> tmux
2015-01-24 21:19:39 +01:00
Notes
-----
2015-01-24 21:25:48 +01:00
Default user is __user__ with __default__ as password and it's a sudoer
2015-01-24 21:19:39 +01:00
Check [this](https://github.com/docker/docker/issues/8755)