mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +02:00
.. | ||
.gitignore | ||
alpine-make-vm-image | ||
build.sh | ||
configure.sh | ||
packages | ||
README.md | ||
run-vm.sh |
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
.