Network Inspect
The Network Inspect operation retrieves detailed information about a specific Docker network by its unique identifier. When invoked with a GET request to the /networks/{id} endpoint, it returns comprehensive data about the network including its name, ID, driver type, scope, configuration details such as subnet and gateway settings, connected containers, internal DNS settings, and various network options. This operation is essential for administrators and automation tools to query network prop...