github.com/cspotcode/docker-cli@v20.10.0-rc1.0.20201201121459-3faad7acc5b8+incompatible/cli/config/credentials/default_store_darwin.go (about)

     1  package credentials
     2  
     3  func defaultCredentialsStore() string {
     4  	return "osxkeychain"
     5  }