Documentation ¶
Index ¶
- func ConfDirPrefix() (string, error)
- func DataDirPrefix() (string, error)
- func GetCacheDir(vmType define.VMType) (string, error)
- func GetConfDir(vmType define.VMType) (string, error)
- func GetDataDir(vmType define.VMType) (string, error)
- func GetGlobalDataDir() (string, error)
- func GetMachineDirs(vmType define.VMType) (*define.MachineDirs, error)
- func GetSSHIdentityPath(name string) (string, error)
- func WithPodmanPrefix(name string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfDirPrefix ¶
ConfDirPrefix returns the path prefix for all machine config files
func DataDirPrefix ¶
DataDirPrefix returns the path prefix for all machine data files
func GetCacheDir ¶
GetCacheDir returns the dir where VM images are downloaded into when pulled
func GetConfDir ¶
GetConfigDir returns the filepath to where configuration files for podman-machine should live
func GetDataDir ¶
GetDataDir returns the filepath where vm images should live for podman-machine.
func GetGlobalDataDir ¶
GetGlobalDataDir returns the root of all backends for shared machine data.
func GetMachineDirs ¶
func GetMachineDirs(vmType define.VMType) (*define.MachineDirs, error)
func GetSSHIdentityPath ¶
GetSSHIdentityPath returns the path to the expected SSH private key
func WithPodmanPrefix ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.