docker_images
Manage Docker images by listing, pulling, pushing, removing, tagging, inspecting, pruning, or viewing history to control container resources.
Instructions
Manage Docker images (list, pull, push, remove, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform on images | |
| image | No | Image name or ID | |
| tag | No | Tag for image operations | |
| force | No | Force removal or operation | |
| all | No | Apply to all images (for list/prune) | |
| filter | No | Filter results (e.g., "dangling=true") |