Skip to content

BrunoPoiano/docker-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

cd to the directory

  cd docker-tui-go

Iniciate a new go module

  go mod init docker-tui
  go mod tidy

Compile packages and dependencies

  go build .

Start the project

  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.

About

Terminal User Interface to interact with docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages