Docker operations pack

v0.2.3

Operator pack for Docker hosts: read-only inventory and per-container introspection, plus narrow mutators (restart, stop, kill, prune). Includes docker-compose support. The runner uid must be in the docker group; this pack does NOT escalate.

Pack ID
docker
Vendor
emisar
OS
linux
Actions
25
Required binaries: docker. 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:951d061b553ce34e96abf1307b9e275c07dfd421192d2a1a9ba9c7099c595b2c

on the runner host
sudo emisar pack install docker \
  --hash sha256:951d061b553ce34e96abf1307b9e275c07dfd421192d2a1a9ba9c7099c595b2c \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 25 total

View on GitHub