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
相關文章
相關標籤/搜索