From ebce2cf669093dd5b1f7a1a36ce85a05328d02ff Mon Sep 17 00:00:00 2001 From: Konano Date: Sat, 14 Sep 2024 10:57:33 +0800 Subject: [PATCH] fix: update docker registry-mirrors --- files/docker-rootless-daemon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/docker-rootless-daemon.json b/files/docker-rootless-daemon.json index e6d86e0..eaefc86 100644 --- a/files/docker-rootless-daemon.json +++ b/files/docker-rootless-daemon.json @@ -1,7 +1,7 @@ { "registry-mirrors": [ - "https://registry.cn-beijing.aliyuncs.com", - "https://mirror.ccs.tencentyun.com" + "https://d.nano.ac", + "https://docker-registry.infra.i2sec.cc:50001" ], "insecure-registries": [ "localhost:5000"