system_ping
Ping the Docker daemon to confirm it is responsive. Returns true if the server answers, pinpointing connection configuration problems.
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 |