Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "v1"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigFile ¶
type Container ¶
type Container struct { ConfigVersion string `toml:"config_version"` ID string `toml:"id"` Image string `toml:"image"` Resources *Resources `toml:"resources"` GPUs *GPUs `toml:"gpus"` Mounts []Mount `toml:"mounts"` Env []string `toml:"env"` Args []string `toml:"args"` UID *int `toml:"uid"` GID *int `toml:"gid"` Networks []*Network `toml:"networks"` Services []string `toml:"services"` Configs []ConfigFile `toml:"configs"` Readonly bool `toml:"readonly"` Capabilities []string `toml:"capabilities"` Privileged bool `toml:"privileged"` Pty bool `toml:"pty"` MaskedPaths []string `toml:"masked_paths"` }
Click to show internal directories.
Click to hide internal directories.