2024年6月,如何在大陆继续使用 docker ?

阅读 10.4k
2 个回答

https://gist.github.com/y0ngb1n/7e8f16af3242c7815e7ca2f0833d3ea6

发现一些还能用的

sudo vim /etc/docker/daemon.json

写入

{
    "registry-mirrors": [
        "https://ustc-edu-cn.mirror.aliyuncs.com/",
        "https://ccr.ccs.tencentyun.com/",
        "https://docker.m.daocloud.io/"
    ]
}

重启 docker

sudo service docker restart

测试 ok

╰─➤  docker pull python:3.12-bookworm 
3.12-bookworm: Pulling from library/python
c6cf28de8a06: Pull complete 
891494355808: Pull complete 
6582c62583ef: Pull complete 
bf2c3e352f3d: Pull complete 
aaa6ab7aad34: Pull complete 
75664814a81f: Pull complete 
915d8e31ca4f: Pull complete 
33caa1ca3814: Pull complete 
Digest: sha256:23155f230e6f43ecb0670dc680feb3271d96b9ce99fe82b051bf7b668755e2ef
Status: Downloaded newer image for python:3.12-bookworm
docker.io/library/python:3.12-bookworm

因为之前就很少配置镜像站,基本都是用的代理从docker hub下镜像的,所以镜像站不能用了对我来说影响不大。

网上也有一些自己搭镜像站的教程,动手能力ok的话可以自己弄一个。

估计后面还有,pip npm这些都有点悬。。

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题
logo
极客观点
子站问答
访问
宣传栏