Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ClientBackend = newRawClient(dialBackend)
View Source
var Paths = sync.OnceValue(func() DockerDesktopPaths { desktopPaths, err := getDockerDesktopPaths() if err != nil { panic(err) } return desktopPaths })
Functions ¶
func IsDockerDesktopRunning ¶ added in v1.8.0
Types ¶
type DockerDesktopPaths ¶
type DockerDesktopPaths struct {
BackendSocket string
}
type DockerHubInfo ¶
func GetUserInfo ¶ added in v1.9.20
func GetUserInfo(ctx context.Context) DockerHubInfo
Click to show internal directories.
Click to hide internal directories.