/ 关于本站

Created Thu, 01 Aug 2024 20:00:25 +0800
146 Words

因为某些众所周知的原因,很多人无法正常使用docker,特搭建本平台便于大家学习和工作。

docker hub镜像地址 https://hub.dockerx.org 目前服务器带宽1g,存储5.5T,内存128G,cpu 72核,加上 cloudflare 的cdn。

使用教程

修改docker配置文件 /etc/docker/daemon.json

{
  ...
  "registry-mirrors": ["https://hub.dockerx.org"]
  ...
}

然后重启Docker服务,此时就可以快速拉取镜像了 sudo systemctl daemon-reload systemctl restart docker