Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byrnedo/dockdash
Docker dashboard using Termui
https://github.com/byrnedo/dockdash
docker gui monitoring termui
Last synced: about 1 month ago
JSON representation
Docker dashboard using Termui
- Host: GitHub
- URL: https://github.com/byrnedo/dockdash
- Owner: byrnedo
- License: mit
- Created: 2015-10-12T13:54:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T14:59:16.000Z (over 2 years ago)
- Last Synced: 2024-11-09T19:22:41.885Z (about 1 month ago)
- Topics: docker, gui, monitoring, termui
- Language: Go
- Size: 2.79 MB
- Stars: 123
- Watchers: 7
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-docker - dockdash
README
# 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](http://github.com/byrnedo/dockdash/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
1. Handle multiline info somehow better
2. Deb package
3. List Images
4. List stopped containers
5. Allow user to perform actions on container ( stop, start )## Alternatives
See [Awesome Docker list](https://github.com/veggiemonk/awesome-docker/blob/master/README.md#terminal) for similar tools to work with Docker.