Docker-tui is a simple terminal user interface to interact with docker. Writen in Go and Bubbletea
Clone the project
git clone https://github.com/BrunoPoiano/docker-tui-go.gitcd to the directory
cd docker-tui-goIniciate a new go module
go mod init docker-tui go mod tidyCompile packages and dependencies
go build .Start the project
go run .Easiest way to start, stop and restart containers
Shell functionality is there, it works, but it's still kinda broken.



