How does docker load images from local
Docker525
description
Use docker to load image package from local
Mirror from local path test
command
docker load -i test.tar
parameter
load : load image from tar archive or STDIN -i, --input : string read from tar archive file
result
8cd8a8f5ec61: Loading layer [==================================================>] 10.24MB/10.24MB c88b96c802b7: Loading layer [==================================================>] 2.048kB/2.048kB 3ed2d2a6d013: Loading layer [==================================================>] 111.2MB/111.2MB Loaded image: test:latest