Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
Podman containers
v0.1.4Read-only inventory + per-container introspection plus narrow mutators (restart, stop, kill, prune). Drop-in alternative for Docker on RHEL / Fedora hosts. Rootless mode supported as long as the runner uid matches the user that owns the containers.
podman
Install
emisar pack install
validates the pack and verifies its content hash before copying it into /etc/emisar/packs.
The --hash
below pins the
install to the exact bytes on this page — a tampered copy is rejected. After
install, reload the runner; it re-reads the catalog and advertises every action.
content hash: sha256:26c909c28ccaf6dda2bd3651c16fac77c9ddffda4fa7dd6c4b3ff707c8d2e02b
sudo emisar pack install podman \ --hash sha256:26c909c28ccaf6dda2bd3651c16fac77c9ddffda4fa7dd6c4b3ff707c8d2e02b \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 12 total
View on GitHub-
podman images
-
podman info
-
podman inspect <id>
-
podman kill <id>
-
podman logs <id> --tail <N>
-
podman ps -a
-
podman restart <id>
-
podman stats --no-stream
-
podman stop <id>
-
podman system df
-
podman system prune -f
-
podman version