Project Awesome project awesome

Terminal UI > easydocker

A Terminal UI highly inpired by k9s levaraging beatiful BubbleTea graphics. By joao-zanutto.

Package 105 stars GitHub

EasyDocker 🐋

CI Release

EasyDocker is a TUI for Docker inspired by lazydocker and k9s while leveraging beautiful graphics from BubbleTea

See our Docs

easydocker usage

Troubleshoot your containers with style 😎

Features

This project is under development but already has the following functionalities implemented:

  • Browse containers, images, networks, and volumes .
  • View live container logs that loads as you scroll up.
  • Individual and aggregated container resource usage metrics.
  • Runs in really small terminal screens

Install and Run

Linux/macOS (sh):

curl -fsSL https://raw.githubusercontent.com/joao-zanutto/easydocker/main/install/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/joao-zanutto/easydocker/main/install/install.ps1 | iex

Run

easydocker

Docker

docker run --rm -it \
	-v /var/run/docker.sock:/var/run/docker.sock \
	joaozanutto2/easydocker:latest
Back to Docker