add readme
This commit is contained in:
parent
60d8b8d350
commit
33a172e770
1 changed files with 16 additions and 0 deletions
16
tmux/README.md
Normal file
16
tmux/README.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
tmux boxes
|
||||||
|
==========
|
||||||
|
|
||||||
|
Base boxes with tmux
|
||||||
|
|
||||||
|
Usage
|
||||||
|
-----
|
||||||
|
|
||||||
|
`docker build -t alpinelinux:tmux .`
|
||||||
|
`docker run -td alpinelinux:tmux`
|
||||||
|
`docker exec -ti <container-id> tmux`
|
||||||
|
|
||||||
|
Notes
|
||||||
|
-----
|
||||||
|
|
||||||
|
Check [this](https://github.com/docker/docker/issues/8755)
|
Loading…
Reference in a new issue