docker - 把host文件传入到docker 中 scp
访问量: 951
https://stackoverflow.com/questions/22907231/how-to-copy-files-from-host-to-docker-container
sudo docker cp ~/<host_file> <container_id>:/<file_on_docker_path>
访问量: 951
https://stackoverflow.com/questions/22907231/how-to-copy-files-from-host-to-docker-container
sudo docker cp ~/<host_file> <container_id>:/<file_on_docker_path>