Demonstrating core cloud concepts, starting with CaaS. Not for production use.
at main 32 lines 692 B view raw
1{ 2 "boot-source": { 3 "kernel_image_path": "./vmlinux-6.1.141", 4 "boot_args": "console=ttyS0 reboot=k panic=1 pci=off root=/dev/vda rw init=/sbin/init" 5 }, 6 "drives": [ 7 { 8 "drive_id": "rootfs", 9 "path_on_host": "./alpine-with-podman.ext4", 10 "is_root_device": true, 11 "is_read_only": false 12 } 13 ], 14 "machine-config": { 15 "vcpu_count": 2, 16 "mem_size_mib": 1024, 17 "smt": false 18 }, 19 "network-interfaces": [ 20 { 21 "iface_id": "net1", 22 "guest_mac": "06:00:AC:10:00:02", 23 "host_dev_name": "tap0" 24 } 25 ], 26 "logger": { 27 "log_path": "./firecracker.log", 28 "level": "Debug", 29 "show_level": true, 30 "show_log_origin": true 31 } 32}