为了账号安全,请及时绑定邮箱和手机立即绑定

docker ubuntu apt-get does not file

docker ubuntu apt-get does not file


W: The repository 'http://mirrors.163.com/debian jessie Release' does not have a Release file.

W: The repository 'http://mirrors.163.com/debian jessie-updates Release' does not have a Release file.

W: The repository 'http://mirrors.163.com/debian-security jessie/updates Release' does not have a Release file.

E: Failed to fetch http://mirrors.163.com/debian/dists/jessie/main/binary-amd64/Packages  404

E: Failed to fetch http://mirrors.163.com/debian/dists/jessie-updates/main/binary-amd64/Packages  404

E: Failed to fetch http://mirrors.163.com/debian-security/dists/jessie/updates/main/binary-amd64/Packages  404

E: Some index files failed to download. They have been ignored, or old ones used instead.


正在回答

5 回答

FROM ubuntu

MAINTAINER xbf

RUN sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list

RUN sed -i'' 's/archive\.ubuntu\.com/us\.archive\.ubuntu\.com/' /etc/apt/sources.list

RUN apt-get -m update

RUN apt-get install -y nginx

COPY index.html /var/www/html

ENTRYPOINT ["/usr/sbin/nginx", "-g", "daemon off:"]

EXPOSE 80

https://img1.sycdn.imooc.com//5ad05e7e0001070509560394.jpg

0 回复 有任何疑惑可以回复我~
#1

guojinyun

你的网络有问题啊, uupdate 更新不了啊
2018-04-13 回复 有任何疑惑可以回复我~

我目前使用的主機是騰訊雲 ubuntu 16.04

0 回复 有任何疑惑可以回复我~

你的网络问题吧  你要不别用这个apt的镜像了  用个阿里或者163的试试  你这个dockerfile 没错  我可以构建成功 

0 回复 有任何疑惑可以回复我~
#1

Eric429221 提问者

請問镜像是ubuntu镜像要改 還是 RUN sed -i 's/[改這裡]/g' /etc/apt/sources.list
2018-04-12 回复 有任何疑惑可以回复我~
#2

guojinyun 回复 Eric429221 提问者

修改成163的不好用 就换一个试试 我这边构建没有出现这个问题呢
2018-04-12 回复 有任何疑惑可以回复我~

FROM ubuntu

MAINTAINER xbf

RUN sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list

RUN apt-get -m update

RUN apt-get install -y nginx

COPY index.html /var/www/html

ENTRYPOINT ["/usr/sbin/nginx", "-g", "daemon off:"]

EXPOSE 80


我再跑這個的時候發生這個問題,不知道為啥

0 回复 有任何疑惑可以回复我~

安装之前要先进行更新,apt-get update ,如果你更新过了,可能是网络不好吧,所以没有更新成功

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

docker ubuntu apt-get does not file

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信