Docker

Pull Image

Initiate Docker image pull as background task. Returns immediately with task status for monitoring.

Args: image: DockerImage object containing the image name to pull docker_service: Docker service dependency

Returns: Status of the pull operation initiation

post/docker/pull-image

Request body

image_namestring required

Docker image name with optional tag (e.g., 'hummingbot/hummingbot:latest')

Response

Successful Response

{"stackTrail":"paths:/docker/pull-image:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes