Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow container layers for firecracker-pilot #19

Open
schaefi opened this issue Sep 4, 2023 · 0 comments
Open

Allow container layers for firecracker-pilot #19

schaefi opened this issue Sep 4, 2023 · 0 comments
Labels

Comments

@schaefi
Copy link
Contributor

schaefi commented Sep 4, 2023

Description

So far the firecracker-pilot can start the given VM and provision an optional include tarball. It would be nice to extend the provision step to allow also containers to be provisioned into the VM such that the same container based workload can easily be moved into a VM based workload. From a registration perspective this can look like

flake-ctl firecracker register --vm base --oci-layer container --app some-app --overlay-size 20GiB

An overlay is required for this provision step to work in the same way as for the tar include

Acceptance Criteria

  • OCI containers can be layered with firecracker VM instances
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant