dangerzone/install/vm-builder
2021-08-09 12:04:17 -07:00
..
etc Keep ssh tunnel open with autossh, and give root user ssh keys so unprivileged user cant access the host 2021-07-14 11:36:13 -07:00
build-iso.sh Add support for non-VM containers again 2021-08-04 15:02:49 -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 Keep ssh tunnel open with autossh, and give root user ssh keys so unprivileged user cant access the host 2021-07-14 11:36:13 -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 Start porting VM to Windows 2021-08-09 12:04:17 -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