OptionalinitParams: FirecrackerInitParamsAdd a drive to the Firecracker microVM.
The drive configuration.
The FirecrackerMicroVMLauncher instance.
Launch the Firecracker microVM. This methods does the following:
The instance of the launched Firecracker microVM.
Set the boot source for the Firecracker microVM.
The boot source configuration.
The FirecrackerMicroVMLauncher instance.
Set the machine configuration for the Firecracker microVM.
The machine configuration.
The FirecrackerMicroVMLauncher instance.
A builder class for setting up and launching a Firecracker microVM instance.
This class allows you to configure the boot source, drives, and machine configuration before launching the microVM.
Note
If you want to manually control the Firecracker process and API calls, consider using FirecrackerMicroVM directly.
Example