node-firecracker
    Preparing search index...

    Interface BootSource

    interface BootSource {
        boot_args?: string;
        initrd_path?: string;
        kernel_image_path: string;
    }
    Index

    Properties

    boot_args?: string
    initrd_path?: string
    kernel_image_path: string