Skip to content

Commit

Permalink
Update local.go
Browse files Browse the repository at this point in the history
  • Loading branch information
clcc2019 authored Jan 13, 2025
1 parent 9f32cb9 commit c1ce891
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 @@ -392,7 +392,7 @@ func (c *localConfigurator) configureDockerDaemonService(endpoint, daemonFile st
func (c *localConfigurator) configureContainerdDaemonService(endpoint, hostTomlFile string) error {
var (
caFile = c.Domain + ".crt"
registryCaCertPath = filepath.Join(c.containerRuntimeInfo.CertsDir, endpoint, caFile)
// registryCaCertPath = filepath.Join(c.containerRuntimeInfo.CertsDir, endpoint, caFile)
url = "http://" + endpoint
)

Expand Down

0 comments on commit c1ce891

Please sign in to comment.