Skip to content

Commit

Permalink
Update local.go
Browse files Browse the repository at this point in the history
  • Loading branch information
clcc2019 committed Sep 23, 2024
1 parent 4180d5d commit ed43e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/registry/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit ed43e76

Please sign in to comment.