mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 16:55:37 +02:00
497 B
497 B
Docker to RootFS
We are building the rootfs as a docker image, mainly for consistency and ease of use. So, to convert the Docker image to a rootfs good enough to run inside CrosVM we use this script
Run it like so:
./make your-docker-image
TODO:
- Make sure the docker image name passed in exists
- Reduce the dependencies of this script to 1 (If possible)
- Extract not only the rootfs, but also kernel and initrd
- Add a way to pass in the size of the rootfs the user wants