Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Store *cas.Store // store containing all of the configured application images ContainersDir string // root directory for rocket containers Stage1Init string // binary to be execed as stage1 Stage1Rootfs string // compressed bundle containing a rootfs for stage1 Debug bool Images []types.Hash // application images Volumes map[string]string // map of volumes that rocket can provide to applications }
Click to show internal directories.
Click to hide internal directories.