1. 从 container 到 主机(host) 使用 docker cp 命令 docker cp <containerId>:/file/path/within/container /host/path/target 2. 从 主机(host) 到 container Get container name or short container id : docker ps Get full container id docker inspect -f '{{.Id}}' SHORT_CO…