Image List
This API operation retrieves a list of Docker images available on the Docker host. It performs a GET request to the /images/json endpoint and returns a JSON array containing information about each image, including details such as image IDs, repository tags, size, creation date, and other metadata. This endpoint is commonly used to inspect available images, monitor storage usage, or programmatically manage Docker images within containerized environments.