Simple script and config (type-safe) for building custom Linux kernels for Firecracker MicroVMs

feat: update Docker usage instructions to create a volume for persistent storage

+2 -1
+2 -1
README.md
··· 47 Or with docker: 48 49 ```bash 50 - docker run --rm -it -v $(pwd):/app tsiry/vmlinux-builder:latest 6.17.7 51 ``` 52 53 ### Supported Version Formats
··· 47 Or with docker: 48 49 ```bash 50 + docker volume create linux-build 51 + docker run --rm -it -v linux-build:/app tsiry/vmlinux-builder:latest 6.17.7 52 ``` 53 54 ### Supported Version Formats