docker image load
Table of Contents:
Command Name:
docker image load
Description:
Load an image from a tar archive or STDIN
Syntax:
easywhatis$ docker image load --help
Usage: docker image load [OPTIONS]
Load an image from a tar archive or STDIN
Options:
-i, --input string Read from tar archive file, instead of STDIN
-q, --quiet Suppress the load output
easywhatis$
Example:
easywhatis$ docker image load -i busybox.tar
a6d503001157: Loading layer [==================================================>] 1.437MB/1.437MB
Loaded image: busybox:latest
easywhatis$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
busybox latest 83aa35aa1c79 3 weeks ago 1.22MB