Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sashkachan/hdocker
hdocker to docker is what 'htop' is to 'top'
https://github.com/sashkachan/hdocker
Last synced: about 2 months ago
JSON representation
hdocker to docker is what 'htop' is to 'top'
- Host: GitHub
- URL: https://github.com/sashkachan/hdocker
- Owner: sashkachan
- Created: 2016-01-19T22:43:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T21:24:03.000Z (over 8 years ago)
- Last Synced: 2023-11-19T13:41:39.932Z (about 1 year ago)
- Language: Go
- Size: 2.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hdocker
hdocker to docker is what htop is to top# Overview
hdocker presents an interactive realtime view of the running containers.
The program created mostly out of personal need to quickly kill a container,
or inspect the container's details, like command or network setting.# Demo
[![asciicast](https://asciinema.org/a/bas355upyctx9nkllf7hqeklt.png)](https://asciinema.org/a/bas355upyctx9nkllf7hqeklt)
# Features
hdocker can:
- Display a list of running containers
- Parse a JSON config file with the inspect layout. Accepts any string accepted by ```docker inspect --format``` command
- Adapt to terminal size changes
- Kill a docker container
Planned features:
- Support for DOCKER_HOST environment variable
- Show disk space usage
- Emacs / Vim keybindings for navigation