宿主机:CentOS6.4
容器:CentOS6.4
安装febootstrap
yum -y install febootstrap
制作镜像文件
febootstrap -i bash -i wget -i yum -i iputils -i iproute -i man -i vim-minimal -i openssh-server -i openssh-clients centos6.4 centos6.4-image http://vault.centos.org/6.4/os/x86_64/
注:-i 表示待安装组件。
centos6.4:OS版本。
centos6.4-image:镜像文件保存到当前路径下的centos6.4-image文件夹下。
http://vault.centos.org/6.4/os/x86_64/ : centos6.4 系统镜像路径。
导入镜像文件
cd centos6.4-image
tar -c . | docker import - mycentos6.4
查看镜像
docker images
可以看到刚导入的镜像mycentos6.4