Skip to content

ernesto27/dcli

Repository files navigation

Docker tui managment

This is a command line app that connect to the docker local daemon in order to execute some actions.

This is and alternative if you want to stay in the console using something more nice that the default cli docker and do not want to use a web UI like portainer.

It uses the great lib bubbletea for create a nice UI in the terminal

https://github.com/charmbracelet/bubbletea

Demo

demo

Installation

Go to release page and download the binary for your OS.

https://github.com/ernesto27/container-nice-cli/releases

Also if you have Golang installed you can install it with:

go install github.com/ernesto27/dcli@latest

Key bindings

Key Description
ctrl+f Search containers by name
ctrl+l View logs containers
ctrl+o Options for container (stop, start, remove)
ctrl+e Exec in a contaner
ctrl+b List images
ctrl+f On image list, search by image name
ctrl+o Options image
ctrl+n Network list
ctrl+f Search network by name
ctrl+o Option network
ctrl+v Volume list
ctrl+f Search volume by name
ctrl+o Option volume