We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a85952 commit 55b8888Copy full SHA for 55b8888
1 file changed
cli/config/credentials/file_store.go
@@ -104,7 +104,7 @@ func (c *fileStore) Store(authConfig types.AuthConfig) error {
104
// stored as hostname or as hostname including scheme (in legacy configuration
105
// files).
106
//
107
-// It's the equivalent to [registry.ConvertToHostname] in the daemon.
+// It's based on [registry.ConvertToHostname] from Moby daemon.
108
109
// [registry.ConvertToHostname]: https://pkg.go.dev/github.com/moby/moby/v2@v2.0.0-beta.7/daemon/pkg/registry#ConvertToHostname
110
func ConvertToHostname(maybeURL string) string {
0 commit comments