Firecracker-v.0.1.0
Pre-release
Pre-release
Firecracker v0.1.0 consists of single Firecracker micro Virtual Machine Manager binary that will spawn a RESTful API endpoint when started. The API endpoint can be used to:
- Add one or more vCPUs to the microVM.
- Add memory to the microVM.
- Add one or more network interfaces to the microVM.
- Add one or more read/write disks (block devices) to the microVM.
- Add one or more vSockets to the microVM.
- Start the microVM using a given kernel image and root file system.
v0.1.0 is meant to allow customers to integrate Firecracker into their own development environments.