Prepare, configure, and manage Firecracker microVMs in seconds!
virtualization linux microvm firecracker

update README

+4 -1
+4 -1
README.md
··· 13 - **Seamless VM Management**: Start, stop, and monitor Firecracker microVMs with intuitive subcommands. 14 - **Network Configuration**: Automatically sets up TAP devices, IP forwarding, and NAT for connectivity. 15 - **SSH Access**: Easily connect to the microVM via SSH. 16 - **Cross-Architecture Support**: Supports x86_64 and aarch64 with automatic detection. 17 - - **Robust Error Handling**: Clear error messages using anyhow for easy debugging. 18 19 ## Prerequisites 20 - [CoreDNS](https://coredns.io/) (for DNS resolution)
··· 13 - **Seamless VM Management**: Start, stop, and monitor Firecracker microVMs with intuitive subcommands. 14 - **Network Configuration**: Automatically sets up TAP devices, IP forwarding, and NAT for connectivity. 15 - **SSH Access**: Easily connect to the microVM via SSH. 16 + - **Tailscale Integration**: Optionally connect your microVM to a Tailscale network for secure access. 17 + - **Customizable Resources**: Specify CPU, memory, and other resources for your microVM. 18 + - **Configuration File**: Uses a `fire.toml` file for easy configuration management. 19 + - **API Server**: Includes an HTTP API server for programmatic control of microVMs 20 - **Cross-Architecture Support**: Supports x86_64 and aarch64 with automatic detection. 21 22 ## Prerequisites 23 - [CoreDNS](https://coredns.io/) (for DNS resolution)