Lazydocker is a handy Docker tool
[ linux docker console ]Just try lazydocker. It’s a handy console tool for both the speedup your regular docker routines in command line and the visual picture of your images and containers.
To Install
- make sure you have
go
environment installed - run
go get github.com/jesseduffield/lazydocker
In ``~/.zshrc`
PATH=$PATH:$HOME/go/bin
alias lzd='lazydocker'
Some hot-keys:
[] - prev/next tab
x - menu
PgUp/PgDown - scroll
d remove
s stop
r restart
a attach
D prune existed containers
m view logs
Happy hacking!