All Projects → byrnedo → Dockdash

byrnedo / Dockdash

Licence: mit
Docker dashboard using Termui

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Dockdash

Kubebox
⎈❏ Terminal and Web console for Kubernetes
Stars: ✭ 1,855 (+1832.29%)
Mutual labels:  monitoring, gui
Alcali
Featureful Saltstack GUI
Stars: ✭ 218 (+127.08%)
Mutual labels:  monitoring, gui
Bmw Yolov4 Training Automation
This repository allows you to get started with training a state-of-the-art Deep Learning model with little to no configuration needed! You provide your labeled dataset or label your dataset using our BMW-LabelTool-Lite and you can start the training right away and monitor it in many different ways like TensorBoard or a custom REST API and GUI. NoCode training with YOLOv4 and YOLOV3 has never been so easy.
Stars: ✭ 533 (+455.21%)
Mutual labels:  monitoring, gui
Filebrowser
📂 Web File Browser
Stars: ✭ 13,854 (+14331.25%)
Mutual labels:  gui
Joytan
Creative Audio/Textbook Maker 🎵 📖 See our YouTube channel
Stars: ✭ 91 (-5.21%)
Mutual labels:  gui
Ciao
HTTP checks & tests (private & public) monitoring - check the status of your URL
Stars: ✭ 1,322 (+1277.08%)
Mutual labels:  monitoring
Amon
Amon is a modern server monitoring platform.
Stars: ✭ 1,331 (+1286.46%)
Mutual labels:  monitoring
Windows10debloater
Script to remove Windows 10 bloatware.
Stars: ✭ 11,462 (+11839.58%)
Mutual labels:  gui
Spamsms
SPAM SMS (-UPDATE 2020!-)
Stars: ✭ 94 (-2.08%)
Mutual labels:  gui
Nodegui Starter
A starter repo for NodeGui projects
Stars: ✭ 93 (-3.12%)
Mutual labels:  gui
Vycontrol
vyos frontend
Stars: ✭ 92 (-4.17%)
Mutual labels:  gui
Es Stats
ElasticSearch cluster metrics -> Graphite
Stars: ✭ 91 (-5.21%)
Mutual labels:  monitoring
Kubernetes Oom Event Generator
Generate a Kubernetes Event when a Pod's container has been OOMKilled
Stars: ✭ 93 (-3.12%)
Mutual labels:  monitoring
Stackdriver Prometheus Sidecar
A sidecar for the Prometheus server that can send metrics to Stackdriver.
Stars: ✭ 91 (-5.21%)
Mutual labels:  monitoring
Nordpy
A gui application to connect automatically to the recommended NordVPN server
Stars: ✭ 95 (-1.04%)
Mutual labels:  gui
Cutter
Free and Open Source Reverse Engineering Platform powered by rizin
Stars: ✭ 10,073 (+10392.71%)
Mutual labels:  gui
Bups
Simple GUI for Bup, a very efficient backup system.
Stars: ✭ 94 (-2.08%)
Mutual labels:  gui
Ds With Pysimplegui
Data science and Machine Learning GUI programs/ desktop apps with PySimpleGUI package
Stars: ✭ 93 (-3.12%)
Mutual labels:  gui
Assortedwidgets
OpenGL GUI library
Stars: ✭ 92 (-4.17%)
Mutual labels:  gui
Profiling Nodejs
🌌 Collection of articles and tools to efficiently profile Node.js
Stars: ✭ 93 (-3.12%)
Mutual labels:  monitoring

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 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 for similar tools to work with Docker.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].