欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

将本地系统做成docker镜像

程序员文章站 2022-07-14 11:24:42
...

将系统打包

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
相关标签: 常用