一、原理 二、实践 1. 启动父容器 docker run -it --name docker01 centos 2.挂载容器 docker run -it --name docker02 --volumes-from docker02 centos