【发布时间】:2019-09-02 07:02:01
【问题描述】:
我正在尝试在 docker 容器中更新我的 apt 存储库,但我做不到。
docker run -it --dns 8.8.8.8 --dns 8.8.4.4 debian apt-get update
...
无法启动与 httpredir.debian.org:80 (2001:41c8:1000:21::21:35) 的连接。 - 连接 (101: 网络不可达) [IP: 2001:41c8:1000:21::21:35 80]
...
docker run -it --dns 8.8.8.8 --dns 8.8.4.4 debian apt-get -o Acquire::ForceIPv4=true update
...
W: 无法获取http://security.debian.org/dists/jessie/updates/Release.gpg 无法连接到 security.debian.org:http: [IP: 212.211.132.32 80]
...
【问题讨论】:
标签: networking docker debian