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

Configure Feed

Select the types of activity you want to include in your feed.

update README

+17
+17
README.md
··· 5 5 `fireup` is a tool designed to simplify the process of setting up and managing Firecracker microVMs. It automates the preparation of the necessary files, including kernel images, root filesystems, and SSH keys, to quickly get you started with [Firecracker](https://firecracker-microvm.github.io/). 6 6 7 7 ![Fireup Preview](./preview.png) 8 + 9 + ## Features 10 + 11 + - **Quick Setup**: Prepares Firecracker kernel, Ubuntu rootfs, and SSH keys in one command. 12 + - **Seamless VM Management**: Start, stop, and monitor Firecracker microVMs with intuitive subcommands. 13 + - **Network Configuration**: Automatically sets up TAP devices, IP forwarding, and NAT for connectivity. 14 + - **SSH Access**: Easily connect to the microVM via SSH. 15 + - **Cross-Architecture Support**: Supports x86_64 and aarch64 with automatic detection. 16 + - **Robust Error Handling**: Clear error messages using anyhow for easy debugging. 17 + 18 + ## Subcommands 19 + - `up`: Starts the Firecracker microVM, preparing assets and configuring the network if needed. 20 + - `down`: Stops the running Firecracker microVM. 21 + - `status`: Checks the status of the Firecracker microVM (running, stopped, or errored). 22 + - `logs`: Displays the logs of the Firecracker microVM from the log file. 23 + - `ssh`: Connects to the Firecracker microVM via SSH. 24 + - `help`: Prints help information for the CLI or specific subcommands.