Awesome
Dockdash
Realtime docker ps and stats viewer.
Updates based on docker events and stats streams.
Built in go.
Ready to roll container available: docker pull byrnedo/dockdash
Use arrow keys to jump between data and traverse container list.
'i' key switches to inspect mode, view multiline data for one container.
W.I.P right now, please let me know if there's anything you think I should add to this.
Getting Started
Try it out first (requires docker...)
docker run -it -v /var/run/docker.sock:/var/run/docker.sock byrnedo/dockdash
This will mount /var/run/docker.sock straight into the container :)
Check out the releases page to get binaries.
If you want for a specific arch just raise a ticket.
Otherwise you can build yourself (requires docker):
make build
Output binary will be in build/
Todo
- Handle multiline info somehow better
- Deb package
- List Images
- List stopped containers
- Allow user to perform actions on container ( stop, start )
Alternatives
See Awesome Docker list for similar tools to work with Docker.