dangerzone/install/vm-builder
2021-07-01 16:45:25 -07:00
..
etc Start making it possible to execute podman inside the VM 2021-07-01 16:45:25 -07:00
build-iso.sh Refactor how VM image is created to split it into different files, and write ssh-to-host.py script 2021-07-01 11:02:08 -07:00
genapkovl-dangerzone.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
mkimg.dangerzone.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
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

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