Creating container base image of CentOS

1. create rootfs tree:python # Create a folder for our new root structure $ export centos_root='/centos_image/rootfs' $ mkdir -p $centos_root # initialize rpm database $ rpm --root $centos_root --init
相关文章
相关标签/搜索