Podman containers

v0.1.2

Read-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.

Pack ID
podman
Vendor
emisar
OS
linux
Actions
12
Required binaries: podman. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

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

on the runner host
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