pull_image
Pull a Docker image from a registry using the image name. Ensures the required image is available locally before running containers.
Instructions
Pull a Docker image from a registry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Image name (e.g. "nginx:latest") |