Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Store *cas.Store 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 []string // 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.