System Ping
The Docker System Ping operation is a lightweight health check endpoint accessible via a GET request to `/_ping` that returns a simple response indicating whether the Docker daemon is accessible and responsive. This endpoint is commonly used for monitoring purposes, load balancer health checks, and automated systems that need to verify Docker service availability without performing resource-intensive operations. It typically returns a 200 OK status with a minimal response body (often just "OK...