dangerzone/rip_docker/vm-image-builder
2021-06-28 14:31:26 -07:00
..
.gitignore Move qcow2 build script into separate file 2021-06-28 12:11:49 -07:00
alpine-make-vm-image Start script for building the dangerzone VM image 2021-06-25 12:11:52 -07:00
build-iso.sh Add script for building an alpine iso, one that actually boots 2021-06-28 14:31:26 -07:00
build-qcow2.sh Move qcow2 build script into separate file 2021-06-28 12:11:49 -07:00
configure.sh Start script for building the dangerzone VM image 2021-06-25 12:11:52 -07:00
mkimg.dangerzone.sh Add script for building an alpine iso, one that actually boots 2021-06-28 14:31:26 -07:00
README.md Add script for building an alpine iso, one that actually boots 2021-06-28 14:31:26 -07:00
run-vm.sh Add script for building an alpine iso, one that actually boots 2021-06-28 14:31:26 -07:00

Build the Dangerzone VM for running podman

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

To build the qcow2 VM image:

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

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

To build an ISO image:

docker run -v $(pwd):/build alpine:latest /build/build-iso.sh