Docker-TUI

Docker-tui is a simple terminal user interface to interact with docker. Writen in Go and Bubbletea

App Screenshot

Deploy

Clone the project

bash
            git clone https://github.com/BrunoPoiano/docker-tui-go.git

cd to the directory

bash
            cd docker-tui-go

Iniciate a new go module

bash
              go mod init docker-tui
bash
            go mod tidy

Compile packages and dependencies

bash
              go build .

Start the project

bash
            go run .

Docker Actions

Easiest way to start, stop and restart containers

Docker Actions

Containers List

View the paginated logs

Docker Logs

Container Logs

View the paginated logs

Docker Logs

FAQ

Shell into containers

Shell functionality is there, it works, but it's still kinda broken.