加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

python – 无法为COPY创建docker镜像失败:stat/var/lib/docker

发布时间:2020-12-16 03:43:21 所属栏目:安全 来源:网络整理
导读:我想创建一个泊坞窗图像.这是我的工作目录: Dockerfile.in test.json test.py 这是我的Dockerfile: COPY ./test.json /home/test.jsonCOPY ./test.py /home/test.pyRUN python test.py 当我启动此命令时: docker build -f Dockerfile.in -t 637268723 / t

我想创建一个泊坞窗图像.这是我的工作目录:
Dockerfile.in test.json test.py

这是我的Dockerfile:

COPY ./test.json /home/test.json
COPY ./test.py /home/test.py

RUN python test.py

当我启动此命令时:
docker build -f Dockerfile.in -t 637268723 / test:1.0.

它给了我这个错误:

`Step 1/5 : COPY ./test.json /home/test.json
 ---> Using cache
 ---> 6774cd225d60
 Step 2/5 : COPY ./test.py /home/test.py
 COPY failed: stat /var/lib/docker/tmp/docker-builder428014112/test.py: 
 no such file or directory`

谁能帮我?

最佳答案
您应该将这些文件放入Dockerfile的同一目录中.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读