For the complete documentation index, see llms.txt. This page is also available as Markdown.

Docker

Connect Docker to the Pagerly SRE Agent to monitor container health and logs.

What the Agent Can Do

  • List containers and their states β€” find crashed, restarting, or unhealthy containers

  • Inspect containers β€” config, restart count, OOM kills, health check results

  • Get container logs β€” find errors, crashes, OOM kills

Setup Instructions

  1. Expose Docker Engine API over TCP (default port 2375/2376)

  2. Docker Desktop: Enable in Settings > General > "Expose daemon on tcp://localhost:2375"

  3. Remote hosts: Configure TLS and expose securely

  4. Enter the Docker API URL in the Pagerly dashboard

Required Credentials

Field
Description
Example

Docker API URL

Docker Engine API URL (TCP mode)

http://docker-host:2375

API Token (optional)

Bearer token if behind a proxy

β€”

Docs

Last updated