docker image load < myapp.tar

Category: Docker

docker image load < myapp.tar

Load an image from stdin

Reads the tar archive produced by docker save from standard input, handy in pipelines such as gunzip -c myapp.tar.gz | docker load. The image subcommand form is equivalent to docker load. Tags embedded in the archive are restored.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.