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