mirror of https://github.com/docker/docs.git
12 lines
300 B
Go
12 lines
300 B
Go
// +build !darwin
|
|
|
|
package credentials
|
|
|
|
import "github.com/docker/docker/cliconfig"
|
|
|
|
// DetectDefaultStore sets the default credentials store
|
|
// if the host includes the default store helper program.
|
|
// This operation is only supported in Darwin.
|
|
func DetectDefaultStore(c *cliconfig.ConfigFile) {
|
|
}
|