1
0
mirror of https://github.com/docker/cli.git synced 2025-11-25 18:03:19 +03:00
Files
cli/docs/reference/commandline/load.md
2025-06-10 16:42:39 -07:00

1.0 KiB

docker load

Load an image from a tar archive or STDIN

Aliases

docker image load, docker load

Options

Name Type Default Description
-i, --input string Read from tar archive file, instead of STDIN
--platform stringSlice Load only the given platform(s). Formatted as a comma-separated list of os[/arch[/variant]] (e.g., linux/amd64,linux/arm64/v8).
-q, --quiet bool Suppress the load output