Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Enter ¶ added in v0.2.0
Enter enters the container by exec()ing the stage1's /enter similar to /init /enter can expect to have its CWD set to the container root imageID and command are supplied to /enter on argv followed by any arguments
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 // TODO(jonboulle): These images are partially-populated hashes, this should be clarified. Images []types.Hash // application images Volumes map[string]string // map of volumes that rocket can provide to applications PrivateNet bool // container should have its own network stack }
Click to show internal directories.
Click to hide internal directories.