docker_pull_image
Pull a Docker image from any registry, specifying image name, registry URL, and optional authentication.
Instructions
Pull a Docker image
Args: image: Image name to pull (e.g., 'nginx:latest') registry: Registry server URL (optional, defaults to Docker Hub) use_auth: Whether to use authentication (default: True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | ||
| registry | No | ||
| use_auth | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |