mirror of
https://github.com/docker/cli.git
synced 2025-04-20 06:27:49 +03:00
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
861 B
861 B
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 |
string |
Load only the given platform variant. Formatted as os[/arch[/variant]] (e.g., linux/amd64 ) |
|
-q , --quiet |
bool |
Suppress the load output |