[root@gdswarm1 ~]# docker import --help
Usage: docker import [OPTIONS] file|URL|- [REPOSITORY[:TAG]]
Import the contents from a tarball to create a filesystem image
Options:
-c, --change list Apply Dockerfile instruction to the created image
--help Print usage
-m, --message string Set commit message for imported image
使用上述命令import了一個(gè)tar文件(包含3個(gè)docker鏡像),結(jié)果確實(shí)是多了一個(gè)文件層巷折,就是沒有鏡像!
所以最后用的是 docker load -i gd_saved_images.tar
這樣三個(gè)docker鏡像才正確地載入了泳赋。
docker load --help
Usage: docker load [OPTIONS]
Load an image from a tar archive or STDIN
Options:
--help Print usage
-i, --input string Read from tar archive file, instead of STDIN
-q, --quiet Suppress the load output