Skip to content

Firecracker-v.0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@andreeaflorescu andreeaflorescu released this 05 Mar 10:08

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.