• Stars
    star
    121
  • Rank 293,924 (Top 6 %)
  • Language
    Go
  • License
    MIT License
  • Created about 9 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Docker dashboard using Termui

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.

More Repositories

1

docker-reg-tool

Docker registry cli tool, primarily for deleting images.
Shell
196
star
2

docker-alpine-curl

Alpine with curl installed
Dockerfile
72
star
3

php-nats-streaming

Client for nats streaming server in php
PHP
44
star
4

capitan

Capitan is a tool for managing multiple Docker containers
Go
25
star
5

prometheus-gsheet

Google sheets remote write
Go
20
star
6

mapcast

Convert map[string]string into map[string]interface using a reference struct. Optionally respect json tags.
Go
13
star
7

pjson

Helps to easily JSON marshal / unmarshal tagged unions in go
Go
12
star
8

lurch

No oil painting but it does serve
Shell
7
star
9

docker-nginx-php7-fpm

Php7 Nginx Container
Shell
7
star
10

apibase

Base template/helper code for http apis.
Go
6
star
11

docker-nginx-php5-fpm

Dockerfile for nginx and php-fpm together.
Shell
4
star
12

mongo-to-s3

Backup mongodb databases to an s3 bucket
Shell
3
star
13

ember-hotjar

Hotjar integration for ember projects
JavaScript
3
star
14

docker-fluentd-containerd

Fluentd docker container that parses containerd log formats
Dockerfile
2
star
15

stan-http-forwarder

Forward from Nats-streaming queue topics to http endpoints
Go
2
star
16

zsh-aliases

My Zsh Aliases/Functions file
Shell
1
star
17

dokku-gnatsd-plugin

Dokku plugin to link apps to a gnatsd queue
Shell
1
star
18

partu

Go library to help with mundane sql fooery: generate insert, upsert, update and select statements
Go
1
star
19

dev-stack

Docker compose stack for microservices
Shell
1
star
20

docker-codeceptjs

Codeceptjs docker container.
1
star
21

stride

Rust STOMP client using Tokio
Rust
1
star
22

go-fortnox

Fortnox client in go.
Go
1
star