Documentation ¶
Overview ¶
Configuration items for geard internals and extension mechanism for registering required directories.
Index ¶
- Variables
- func AddRequiredDirectory(mode os.FileMode, paths ...string)
- func ContainerBasePath() string
- func ContainerRunPath() string
- func HasRequiredDirectories() error
- func SetContainerBasePath(value string) error
- func SetContainerRunPath(value string) error
- func SetSystemdBasePath(value string) error
- func SystemdBasePath() string
- type DockerConfiguration
- type DockerFeatures
Constants ¶
This section is empty.
Variables ¶
View Source
var (
SystemDockerFeatures = DockerFeatures{}
)
Functions ¶
func AddRequiredDirectory ¶
Describe a directory that should be required to exist
func ContainerBasePath ¶
func ContainerBasePath() string
func ContainerRunPath ¶
func ContainerRunPath() string
func HasRequiredDirectories ¶
func HasRequiredDirectories() error
Check any directories that have not yet been validated.
func SetContainerBasePath ¶
func SetContainerRunPath ¶
func SetSystemdBasePath ¶
func SystemdBasePath ¶
func SystemdBasePath() string
Types ¶
type DockerConfiguration ¶
type DockerConfiguration struct {
Socket string
}
type DockerFeatures ¶
Click to show internal directories.
Click to hide internal directories.