pull_image
Pull a Docker image from a registry and receive progress events during download.
Instructions
Pull a Docker image from a registry. Returns pull progress events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Image to pull (e.g., 'nginx:latest') | |
| tag | No | Tag to pull (default: 'latest') |