Docker & Podman
Supports Docker & Podman (and probably other OCI-compliant container runtimes!)
A slightly quackers Docker TUI based on k9s 🦆
There isn't currently a downloadable pre-built binary; to install you will need cargo installed:
cargo install --locked ducker
⚠️ Make sure you use --locked: if ducker is installed without
--locked
it is susceptible to changes in upstream dependencies, which could break the build.
You can install ducker
from the official repositories with using pacman.
pacman -S ducker
If you have homebrew:
brew install ducker
To install the latest unstable version of Ducker, run the following command:
cargo install --git https://github.com/robertpsoane/ducker