dangerzone/rip_docker/vm-image-builder
2021-06-25 12:43:54 -07:00
..
.gitignore Extract vmlinuz and initramfs as well 2021-06-25 12:20:42 -07:00
alpine-make-vm-image Start script for building the dangerzone VM image 2021-06-25 12:11:52 -07:00
build.sh Extract vmlinuz and initramfs as well 2021-06-25 12:20:42 -07:00
configure.sh Start script for building the dangerzone VM image 2021-06-25 12:11:52 -07:00
packages Start script for building the dangerzone VM image 2021-06-25 12:11:52 -07:00
README.md Start script for building the dangerzone VM image 2021-06-25 12:11:52 -07:00
run-vm.sh Got VM to start booting 2021-06-25 12:43:54 -07:00

Build the Dangerzone VM for running podman

Thanks, alpine-make-vm-image project. License: MIT

To build the VM image:

docker run \
    --privileged --cap-add=ALL \
    -v $(pwd):/build ubuntu:latest /build/build.sh

This will create a VM image file called dangerzone.qcow2.