Skip to main content

Pull an image from a registry

POST 

/v1/images/pull

When stream is false or omitted, returns a single JSON object on success.

When stream is true, the response is application/x-ndjson: one JSON object per line (PullEvent), flushed progressively, ending with a phase: done line (or phase: error).

Request

Responses

Success — either one JSON document or NDJSON stream