Docker
Connect Docker to the Pagerly SRE Agent to monitor container health and logs.
Last updated
Connect Docker to the Pagerly SRE Agent to monitor container health and logs.
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
Expose Docker Engine API over TCP (default port 2375/2376)
Docker Desktop: Enable in Settings > General > "Expose daemon on tcp://localhost:2375"
Remote hosts: Configure TLS and expose securely
Enter the Docker API URL in the Pagerly dashboard
Docker API URL
Docker Engine API URL (TCP mode)
http://docker-host:2375
API Token (optional)
Bearer token if behind a proxy
β
Never expose an unauthenticated Docker API to the internet. Use TLS certificates or an authenticating reverse proxy.
Last updated