firecracker-node
    Preparing search index...

    Interface MicroVMConfig

    Configuration for the microVM itself

    interface MicroVMConfig {
        bootSource: BootSource;
        drives: Drive[];
        machineConfig?: MachineConfiguration;
    }
    Index

    Properties

    bootSource: BootSource

    Boot source configuration

    drives: Drive[]

    Drives to attach to the microVM. At least one drive is required.

    machineConfig?: MachineConfiguration

    Machine configuration