- 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>
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>