1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-19 07:26:50 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Cursor Agent
2da9f4095a
Add Docker config auth, Prometheus metrics, and kernel/VMM docs
- Resolve registry credentials from ~/.docker/config.json via docker_credential
  (auths, credHelpers, credsStore)
- Expose /metrics on fc-vhostfsd with bytes saved, startup time, RSS, cache size
- Document VMM frontend options and guest vmlinux requirements

Co-authored-by: Jason Hall <imjasonh@users.noreply.github.com>
2026-06-23 02:19:01 +00:00
Cursor Agent
88aa4da725
Add Firecracker container VM runner with lazy OCI rootfs
Implement an example stack that serves container image layers on demand
via gzip zran-style indexing (dagdotdev explore approach), exposes the
merged overlay through virtio-fs using vhost-user-backend, and includes
fc-runner to orchestrate Firecracker with the generic vhost-user API.

Includes unit tests, vhost-user integration test, and criterion benchmarks.

Co-authored-by: Jason Hall <imjasonh@users.noreply.github.com>
2026-06-23 01:58:28 +00:00