From ed43e76e871b7bd1aed3a26d0a75baaa989f4202 Mon Sep 17 00:00:00 2001 From: life <46099295+clcc2019@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:00:58 +0800 Subject: [PATCH] Update local.go --- pkg/registry/local.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/registry/local.go b/pkg/registry/local.go index d0d5b3b9f74..0ca4100c7c4 100644 --- a/pkg/registry/local.go +++ b/pkg/registry/local.go @@ -393,7 +393,7 @@ func (c *localConfigurator) configureContainerdDaemonService(endpoint, hostTomlF var ( caFile = c.Domain + ".crt" registryCaCertPath = filepath.Join(c.containerRuntimeInfo.CertsDir, endpoint, caFile) - url = "http://" + endpoint + url = "https://" + endpoint ) cfg := Hosts{