The clean desktop cockpit for Docker.
Docker Manager is a fast, native Linux desktop app for developers who want Docker control without terminal noise.
Built with Rust + GTK4, it gives you a focused UI to inspect containers, run actions confidently, and keep full command visibility.
- Run
Start,Stop,Remove, andRefreshin one click. - View live container inventory with name, ID, status, and image.
- Stay responsive under load with non-blocking background execution.
- Track every operation in a clear, in-app activity log.
- Prevent mistakes with a destructive-action safety toggle.
- Keep your workflow local, lightweight, and keyboard-friendly.
- Native desktop performance.
- Practical operational safeguards.
- Immediate feedback on success and failure.
- Automatic list refresh after state-changing actions.
- Minimal, focused interface designed for daily use.
- Linux desktop environment
- Docker CLI on your
PATH - Permission to run Docker commands
- Rust (stable)
cargo runDownload docker-manager-linux-x86_64.tar.gz from Releases and extract:
tar -xzf docker-manager-linux-x86_64.tar.gz
./docker-manager-linux-x86_64The extracted binary keeps executable permissions.
To get a proper launcher icon in GNOME overview/dock, install the desktop entry and icon:
chmod +x scripts/install-local.sh
./scripts/install-local.shThen launch from the app grid as Docker Manager.
cargo build --releasechmod +x scripts/build-appimage.sh
./scripts/build-appimage.shOutput:
dist/docker-manager-linux-x86_64.AppImagedist/docker-manager-linux-x86_64.AppImage.sha256
cargo testThe current release includes one primary screenshot. More workflow screenshots can be added in future updates.
src/main.rs: app bootstrapsrc/ui.rs: interface + action orchestrationsrc/docker.rs: Docker command client + output parsingsrc/model.rs: domain models
Docker Manager is ideal for:
- Developers who use Docker every day
- Teams that want safer container operations
- Engineers who prefer native tools over heavy dashboards
- Container logs viewer
- Restart action
- Search and filters
- Package distribution (
.deb/ Flatpak)
MIT. See LICENSE.
See CONTRIBUTING.md.
