manage_images
Perform Docker image operations including listing available images, pulling from registries, removing unused images, and building new images from Dockerfiles.
Instructions
Manage Docker images (list, pull, remove, build)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Action to perform on images | |
dockerfile | No | Path to Dockerfile (required for build) | |
image | No | Image name or ID (required for pull, remove, build) | |
tag | No | Tag for the image (optional for pull, required for build) |