Skip to main content

Docker operations pack

v0.2.6

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.

19 allowed by default 5 need approval 1 denied by default
Pack ID
docker
Vendor
emisar
OS
linux
Actions
25
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
docker

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:94ead8a686fb83fe8a19cf7c2a6a38efd0f7a7570a2e64a4aec9b3f53df4bb7b

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

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

Actions 25 total

View on GitHub