dangerzone/rip_docker/README.md
2021-06-28 19:27:49 -07:00

360 B

Build the Dangerzone VM for running podman

Build the ISO

You need vagrant: brew install vagrant

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

Run the VM

./run-vm.sh

You can ssh in as the unprivileged user like this:

ssh -i ./ssh-key/id_ed25519 -o StrictHostKeyChecking=no user@192.168.65.3

(doesn't work yet)