Skip to content
gitupdate edited this page Sep 23, 2024 · 1 revision

解压

unzip docker-images-tar.zip

Archive: docker-images-tar.zip inflating: x86-64-images.tar.gz
再解压: #tar -zxvf x86-64-images.tar.gz

ls -lh alpine:latest-amd64.tar

-rw------- 1 mysql 127 7.8M 7月 4 16:57 alpine:latest-amd64.tar ​ 导入

docker load < alpine:latest-amd64.tar

​ 导入成功。

docker images

REPOSITORY TAG IMAGE ID CREATED SIZE alpine latest a606584aa9aa 13 days ago 7.8 MB

Clone this wiki locally