Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractName ¶
ExtractName extracts instance name from an instance:// URI
func SetLogFile ¶
SetLogFile replaces stdout/stderr streams and redirect content to log file
Types ¶
type File ¶
type File struct { Path string `json:"-"` Pid int `json:"pid"` PPid int `json:"ppid"` Name string `json:"name"` User string `json:"user"` Image string `json:"image"` Privileged bool `json:"privileged"` Config []byte `json:"config"` }
File represents an instance file storing instance information
func (*File) PrivilegedPath ¶
PrivilegedPath returns if instance file is stored in privileged path or not
Click to show internal directories.
Click to hide internal directories.