Image Prune

The Docker Image Prune API operation is a POST request to the /images/prune endpoint that removes unused or dangling images from the Docker host to free up disk space. This operation can be configured with optional filters to specify which images should be pruned based on criteria such as labels, timestamps, or whether they are dangling (untagged images not referenced by any container). When executed, it returns information about the images that were deleted and the amount of disk space recla...