docker-load - Man Page
Load an image from a tar archive or STDIN
Examples (TL;DR)
- Load a Docker image from
stdin
:docker load < path/to/image_file.tar
- Load a Docker image from a specific file:
docker load --input path/to/image_file.tar
- Load a Docker image from a specific file in quiet mode:
docker load --quiet --input path/to/image_file.tar
Synopsis
docker load [Options]
Description
Alias for docker image load.
Options
-h, --help[=false] help for load
-i, --input="" Read from tar archive file, instead of STDIN
-q, --quiet[=false] Suppress the load output
See Also
Info
Dec 2024 Docker Community Docker User Manuals