system_ping
Checks Docker daemon responsiveness with a lightweight ping. A failed ping indicates connection configuration issues, signaling whether to reconnect or inspect endpoints.
Instructions
Check that the Docker server is responsive.
The cheapest daemon health check. A failure here usually means connection config rather than
daemon load - system_reconnect rebuilds a wedged client, host_list shows the configured
endpoints. For daemon details use system_version / system_info.
Returns: bool: True if the daemon responded successfully
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |