Volant
HomeDocsAPI Reference
HomeDocsAPI Reference
  1. Getting Started
  • Introduction
    • Why Volant
    • Introduction
  • Getting Started
    • Installation
    • Quick Start: Initramfs Strategy
    • Quick Start: Rootfs Strategy
  • Guides
    • Networking
    • Cloud-Init
    • Deployments
    • GPU Passthrough
    • Troubleshooting
  • Plugin Development
    • Overview
    • Initramfs Plugins
    • OCI/Rootfs Plugins
  • Architecture
    • Overview
    • Components
    • Data Flow
    • Networking
    • Boot and Runtime
    • Security and Limits
    • Extensibility
  • References
    • Plugin Manifest Schema
    • Fledge.toml Schema
    • VFIO API
    • volar(cli)
    • volantd (server)
    • kestrel(agent)
    • Glossary
  • Development
    • Contributing
    • Security
  1. Getting Started

Quick Start: Rootfs Strategy

Run unmodified Docker/OCI images as microVMs with hardware isolation.
References:
internal/pluginspec/spec.go (RootFS fields)
oci-plugin-example repository

Install a prebuilt OCI plugin#

Result: a microVM that boots in seconds with an OCI-based root filesystem.

Build your own (with Fledge)#

# fledge.toml (OCI)
version = "1"
strategy = "oci_rootfs"

[oci_source]
image = "nginx:alpine"
See also: docs/4_plugin-development/3_oci-rootfs.md
Modified at 2025-10-05 17:45:49
Previous
Quick Start: Initramfs Strategy
Next
Networking
Built with