Releases: murian47/containr
Releases · murian47/containr
Release list
v0.5.0
containr v0.5.0
containr is a terminal UI for managing Docker and Podman workloads locally or on remote hosts
via ssh.
This first public 0.5.0 release targets:
- Linux as the primary platform for local and remote Docker/Podman workflows
- macOS as a supported development and client platform, including local Docker setups
Highlights
- Single-shell TUI with sidebar, dashboard, lists, details, overlays, and docked messages
- Multi-server dashboard view with compact card layout
- Remote execution through system
ssh - Local Docker/Podman support through
target = "local" - Containers, stacks, images, volumes, networks, templates, registries, themes, and messages
- Template-based deploy/redeploy workflows with Git integration
- Inspect and logs views with search, scrolling, and clipboard copy
- Theme selector with preview plus built-in and user override themes
- Installation and uninstall scripts for Linux and macOS
Included quality gates
cargo fmt --checkcargo checkcargo clippy --all-targets --all-features -- -D warningscargo test- manual smoke checklist in
docs/testing-checklist.md
Notes
- SSH access must use a passwordless key or an agent-backed key login.
0.5.0does not claim support for Windows or*BSD.- Some larger roadmap topics such as stack migration tooling and a more advanced image update
cache remain post-0.5.0work.