Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
Podman containers
v0.1.2Read-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.
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:e11d600eb34a65068920ab6be078b2b01704814e1f7c465f8390124b2747bae8
sudo emisar pack install podman \ --hash sha256:e11d600eb34a65068920ab6be078b2b01704814e1f7c465f8390124b2747bae8 \ --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