Pulls an image from a registry. Supports specifying a platform and controlling progress display.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/apple/container/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Arguments
Image reference to pull
Options
Scheme to use when connecting to the container registry. One of (http, https, auto)When
auto is selected, the target registry is considered internal/local if the registry host matches any of these criteria:- The host is a loopback address (e.g.,
localhost,127.*) - The host is within the
RFC1918private IP ranges:10.*.*.*,192.168.*.*,172.16.*.*through172.31.*.* - The host ends with the machine’s default container DNS domain
Progress type (format: none|ansi)
Limit the pull to the specified architecture
Limit the pull to the specified OS
Limit the pull to the specified platform (format: os/arch[/variant], takes precedence over —os and —arch)