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
- 200
- 400
- 502
- 503
Success — either one JSON document or NDJSON stream
Bad request (invalid body / missing ref)
Registry or transport error (non-stream mode)
Image store not configured