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

Lists

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`

Screen grab

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.