将系统打包
tar --numeric-owner --exclude=/proc --exclude=/sys -cvf centos7-base.tar /
docker import
docker import centos7-base.tar centos7:temp
$ docker images |grep centos7
centos7 temp 4110a0f2770e 23 seconds ago 1.828 GB
来源:CSDN
作者:Marvin Cheng
链接:https://blog.csdn.net/u011354817/article/details/104074188