copying between containers is not supported

要将文件复制到docker容器中有两种方法

一、从主机直接复制到docker容器

执行docker cp 主机文件路径 fate_python:容器路径

但是,我出现错误 copying between containers is not supported

so

二、将主机文件先传到虚拟机中,然后再进行复制

先进入要复制文件的所在目录,再执行docker cp命令才可以成功

copying between containers is not supported

 注意:fate_python后面加“冒号”,冒号后面没有空格

           前后文件名不一致的话复制到容器的文件名是后面文件名

然后检查一下

copying between containers is not supported

 

上一篇:PTA 转换字符串中数字为整数


下一篇:PointWeb&PointCNN