GUI app for managing Docker
Download one of the archives available on the releases page and extract it somewhere in your $PATH
To install from AUR, use your favorite AUR helper like paru
:
$ paru -S dockeye
Install required libraries (only required on Linux):
$ apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev
$ pacman -S libxcb libxkbcommon
To install dockeye you'll need the latest rust with cargo. To build run:
$ cargo build --release
and later copy ./target/release/dockeye
to your $PATH
.