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 Stage1Image types.Hash // stage1 image containing usable /init and /enter entrypoints Debug bool // TODO(jonboulle): These images are partially-populated hashes, this should be clarified. Images []types.Hash // application images Volumes []types.Volume // list of volumes that rocket can provide to applications PrivateNet bool // container should have its own network stack SpawnMetadataSvc bool // launch metadata service }
Click to show internal directories.
Click to hide internal directories.