You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Health check now uses the same priority order as the main app: prefer DOCKER_HOST, fall back to DOCKER_SOCK_PATH,
and default to tcp://docker-socket-proxy:2375. Logging clearly spells out which endpoint was used and how to
remediate failures.
CLI/GUI container discovery mirrors that logic, so local development, CI, and production share a single,
predictable Docker client configuration.
Hardened Compose Stacks
Both docker-compose.yml and docker-compose.dev.yml now set DOCKER_HOST=tcp://docker-socket-proxy:2375 and include
a dedicated tecnativa/docker-socket-proxy service. This keeps the main app isolated from the raw Docker socket
while still allowing container inspection.
Contributor Guide
Added AGENTS.md (“Repository Guidelines”) summarizing project layout, key Make targets, lint/type-check tooling,
pytest conventions, PR expectations, and security hygiene so new contributors can get productive quickly.