An open API service indexing awesome lists of open source software.

https://github.com/python273/firecracker-alpine-starter

Run Alpine Linux in Firecracker microVM
https://github.com/python273/firecracker-alpine-starter

alpine firecracker

Last synced: about 1 month ago
JSON representation

Run Alpine Linux in Firecracker microVM

Awesome Lists containing this project

README

          

# firecracker-alpine-starter
## Running alpine in firecracker

```bash
sh download-firecracker.sh
sh download-kernel.sh

cd alpine-rootfs-maker/
sh clone-alpine-make-vm-image.sh

sudo apt install qemu-utils

sudo sh build-image.sh
cd ..

sudo sh start-firecracker.sh

# another term
sudo sh start-alpine.sh
```