dangerzone/install/vm-builder
2021-08-17 13:44:52 -07:00
..
etc Change how the VM initializes, to work in virtualbox 2021-08-17 13:44:52 -07:00
build-iso.sh Change how the VM initializes, to work in virtualbox 2021-08-17 13:44:52 -07:00
genapkovl-dangerzone.sh Change how the VM initializes, to work in virtualbox 2021-08-17 13:44:52 -07:00
mkimg.dangerzone.sh Base the VM image off Alpine 3.14.1, update the alpine profile to be based off virt instead of standard 2021-08-13 15:02:23 -07:00
README.md Successfully set up reverse ssh forward system, allowing the host to run commands on the guest over ssh 2021-07-01 15:32:07 -07:00
run-vm.sh Successfully set up reverse ssh forward system, allowing the host to run commands on the guest over ssh 2021-07-01 15:32:07 -07:00
Vagrantfile Rename rip_docker to install/vm-builder, and start making a build script that uses it 2021-06-29 17:01:47 -07:00
windows.sh Change how the VM initializes, to work in virtualbox 2021-08-17 13:44:52 -07:00

Build the Dangerzone VM for running podman

Build the ISO

You need vagrant: brew install vagrant

vagrant up
vagrant ssh -- /vagrant/build-iso.sh
vagrant destroy

This takes awhile to run. It:

  • Builds a new dangerzone-converter docker image
  • Builds an ISO, which includes a copy of this image
  • Outputs files in the vm folder

Run the VM

./run-vm.sh