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 ¶
Types ¶
type DockerDesktopPaths ¶
type DockerDesktopPaths struct {
BackendSocket string
}
type DockerHubInfo ¶
Click to show internal directories.
Click to hide internal directories.