-
unraid-podman v0.1.0
Pre-ReleaseBuild Packages / Build .txz packages (push) Successful in 7m29sLint / ShellCheck (push) Successful in 11sLint / Validate .plg XML (push) Successful in 12sLint / EditorConfig (push) Successful in 5sRelease / Build release packages (push) Successful in 7m23sRelease / Publish GitHub Release (push) Failing after 19sreleased this
2026-07-12 23:59:01 +02:00 | 14 commits to main since this releaseFirst testable release of unraid-podman — a native Podman plugin for Unraid with its own WebUI, built as an alternative to Docker.
This is a pre-release for testers. Expect rough edges.
What's in
- Containers: create/start/stop/restart/pause/kill/rename/remove, edit, live CPU/Mem stats, update checking against the real registry (Docker Hub/GHCR/self-hosted), GPU passthrough (AMD/Intel), macvlan networking with static IPs.
- Pods: full lifecycle management.
- Images: pull, tag, prune, layer/history info.
- Volumes & Networks: create/remove, including macvlan network creation matching Unraid's own "Custom: br0" style.
- Templates: import/export Unraid-style container templates (XML), create containers from them.
- Compose: edit/create/delete projects with a real YAML editor and validation, backed by
podman-compose(vendored, pure Python). - Live Terminal: a genuinely interactive console per container (arrow-key history, tab completion, vim — not a fake one-shot exec), using the same ttyd mechanism Unraid's own Docker "Console" button uses.
- Settings: storage path/size, autostart order, lifecycle timeouts.
Install
Paste this URL into Unraid's Plugins → Install Plugin:
https://git.mp-mueller.de/magges/unraid-podman/releases/download/v0.1.0/podman.plgRequires
podman system servicerunning (seeplugin/rc.d/rc.podman, started automatically after install).Known gaps
- Registry-Verwaltung (saved credentials/login), live event stream, and richer resource-limit editing are not built yet.
.github/workflows/release.yml's automated GitHub-Release publishing doesn't apply here — this repo lives on Gitea, and this release was cut and published manually.
Downloads