Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: murian47/containr

Release list

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 04 Mar 07:45

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 --check
  • cargo check
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo 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.0 does 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.0 work.