docker-dashboard
Simple terminal dashboard for Docker. Works with local and remote machines.
- Prerequisites: Docker, Tmux, Tmuxomatic, Watch, Ack
$ brew install docker tmux watch ack $ pip-python3 install tmuxomatic
- Ensure that sort_with_header.sh is executable and in your PATH.
$ chmod +x sort_with_header.sh $ ln -s "$(pwd)/sort_with_header.sh" "/your/path"
- Run from inside Tmux. Edit docker.mux to customize.
$ tmux $ tmuxomatic docker.mux
- See azure.mux for how to adjust your environment for a remote Docker machine.
$ tmuxomatic azure.mux