|
|
|
|
|
by jingkai_he
130 days ago
|
|
Creator of matchlock here. You can directly use Docker/OCI compatible images (e.g. ubuntu:24.04) as the rootfs with the `--image` flag. You can also build image with `matchlock build -f Dockerfile -t foo:bar .` - Under the hood it builds the image using buildkit inside the microvm. |
|
See https://blog.alexellis.io/how-to-run-firecracker-without-kvm...