Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteContainer ¶
func RunContainer ¶
Types ¶
type ImageConfig ¶
type ImageConfig struct { OciVersion string `json:"ociVersion"` ProcessConfig ProcessConfig `json:"process"` Hostname string `json:"hostname"` MountsConfig []MountsConfig `json:"mounts"` }
func GetImageConfig ¶
func GetImageConfig(imageDir string) ImageConfig
type MountsConfig ¶
Click to show internal directories.
Click to hide internal directories.