Central repo for holodekk related spikes.
- base (Dockerfile)
- app layer (.tar)
- runnable manually with manual overlay mounts
- base (Dockerfile)
- app (self-contained "executable")
- runnable as a "binary"
- app can be "pushed" to an app registry
- app can be "pulled" from an app registry
- build runc shim from capone source
- build ruby wrapper for shim
- allow deps to be injected via ruby wrapper
- handle events from ruby wrapper
- build runnable object from wrapper
- add docker driver
- add kubernetes driver
- run "shim" as a kubernetes service (pod)
- interact with kubernetes from pod
- respond to shim start requests
- respond to shim lifecycle events
- store state
- manage cgroups/users/limits
- respond to app requests