Firecracker VMM
Experiments with https://github.com/firecracker-microvm/firecracker
Follow most of the steps from get-started
to spin-up a minimal VM
to get-started with firecracker
to understand ip route
this is used for configuring networking inside VM
about drives
-
for all drives,
a device-file under /dev
is created in inside VM- only
rootfs drive
is mounted automatically at/
, - rest of the drives are to be mounted manually
- do
lsblk
to list all devices
- do
- only
-
path_on_host
can be eitherfile-system image
created usingmkfs
,loop-device
, or any device. [checkout]
run script
vm template
below template is used with spin-vm
command in run-script