And more!
docker pull rjwalls/epictreasure
docker run --privileged -v ${PWD}:/root/host-share --rm -it --workdir=/root/host-share rjwalls/epictreasure tmux
- A new shell spawns a fresh
tmux
session tmux
leader switched toCtrl+A
Ctrl+A -
produces a horizontal pane.Ctrl+A \
produces a vertical pane.Ctrl+A [hjkl]
moves around available panes as vim motion
To check the installation of the tools, run the test.sh
under /root/
.