Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
Docker operations pack
v0.2.3Operator 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.
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
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-
docker compose logs (last N lines)
-
docker compose ps -a
-
docker compose restart (one service)
-
docker top (processes inside a container)
-
docker events (bounded window)
-
docker history
-
docker image inspect
-
docker images
-
docker info
-
docker inspect (one container)
-
docker kill (signal)
-
docker logs (last N lines)
-
docker network inspect
-
docker network ls
-
docker ps -a
-
docker pull
-
docker restart (one container)
-
docker stats (one shot)
-
docker stop (one container)
-
docker system df
-
docker system prune
-
docker version
-
docker volume inspect
-
docker volume ls
-
docker volume prune (DESTRUCTIVE)