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