dangerzone/rip_docker/vm-image-builder/README.md
2021-06-28 12:11:49 -07:00

360 B

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.