2017-04-06 51 views

回答

2

嘗試

docker cp /host/path/target <containerId>:/file/path/within/container 

,並以相反的方式

docker cp <containerId>:/file/path/within/container /host/path/target 
相關問題