从docker容器拷贝文件出来
074af74c669d 是容器id,也可以换成容器名称,可以使用sudo docker ps -a查看
sudo docker cp 074af74c669d:/etc/bash.bashrc /tmp
或者反过来
sudo docker cp /tmp/index.html 074af74c669d:/etc/
sudo docker cp 074af74c669d:/etc/bash.bashrc /tmp
或者反过来
sudo docker cp /tmp/index.html 074af74c669d:/etc/