怎么从docker中copy文件到 本机

怎么从docker中copy文件到 本机

docker cp <containerId>:/file/path/within/container /host/path/target
原文地址:https://www.cnblogs.com/haoliansheng/p/5031413.html