51Testing软件测试论坛

标题: 使用docker 制作python 镜像是报错 [打印本页]

作者: 测试积点老人    时间: 2019-1-11 10:24
标题: 使用docker 制作python 镜像是报错

Dockerfile 如下
FROM python:2.7
LABEL maintainer="xiaodao11 295621649@qq.com"
RUN pip install flask
COPY app.py /app/
WORKDIR /app
EXPOSE 5000
CMD ["python","app.py"]

docker build ....报错 ..

Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/selectivesearch/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._ve.............



作者: 海海豚    时间: 2019-1-14 10:19
把vim /etc/docker daemon.json 里的源换掉即可
作者: qqq911    时间: 2019-1-14 11:04
看下网络
作者: jingzizx    时间: 2019-1-14 12:05
没连接上
作者: abcsell    时间: 2019-1-14 13:52
安装源不可用
作者: yyf13    时间: 2019-1-14 14:33
连接错误




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2