docker 容器和宿主机相互拷贝数据

docker 从容器中向主机拷贝数据: sudo docker cp <containerId>:/file/path/within/container /host/path/target   /file/path/within/container : 容器里面的目录 /host/path/target : 主机目录 sudo docker cp 88fc08c48349:/opt/apache-
相关文章
相关标签/搜索