sen
Terminal user interface for docker engine
Install
- All systems
-
curl cmd.cat/sen.sh
- Debian
-
apt-get install sen
- Ubuntu
-
apt-get install sen
- Kali Linux
-
apt-get install sen
- Fedora
-
dnf install sen
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install sen
- Raspbian
-
apt-get install sen
- Dockerfile
- dockerfile.run/sen
sen
Terminal user interface for docker engine
sen is a terminal user interface for docker engine: * it can interactively manage your containers and images: * manage? start, stop, restart, kill, delete,... * you are able to inspect containers and images * sen can fetch logs of containers and even stream logs real-time * all buffers support searching and filtering * sen receives real-time updates from docker when anything changes * e.g. if you create a container in another terminal, sen will pick it up * sen notifies you whenever something happens (and reports slow queries) * supports a lot of vim-like keybindings (j, k, gg, /, ...) * there is a special buffer which display detailed info about images * you can get interactive tree view of all images (equivalent of docker images --tree)