Container List
This API operation retrieves a list of all Docker containers on the host system, returning their details in JSON format. When invoked via a GET request to the /containers/json endpoint, it provides comprehensive information about each container including their ID, names, image, command, creation time, status, ports, and labels. The operation supports various query parameters to filter results, such as showing only running containers, limiting the number of results, or filtering by specific at...