Skip to main content

Podman containers

v0.1.4

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.

8 allowed by default 4 need approval
Pack ID
podman
Vendor
emisar
OS
linux
Actions
12
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
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

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