docker_images
Manage Docker images directly in VS Code via Code MCP Server. Perform actions like list, pull, push, remove, tag, inspect, prune, and view history for images, enabling streamlined container workflows.
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 |