dangerzone/rip_docker/vm-image-builder
2021-06-28 16:53:06 -07:00
..
ssh-key Add a hard-coded ssh key 2021-06-28 16:40:31 -07:00
.gitignore Move qcow2 build script into separate file 2021-06-28 12:11:49 -07:00
build-iso.sh On my way to making a working alpine VM for podman 2021-06-28 15:31:52 -07:00
configure.sh Start script for building the dangerzone VM image 2021-06-25 12:11:52 -07:00
genapkovl-dangerzone.sh Add hard-coded ssh key to the VM image 2021-06-28 16:53:06 -07:00
mkimg.dangerzone.sh On my way to making a working alpine VM for podman 2021-06-28 15:31:52 -07:00
README.md Add hard-coded ssh key to the VM image 2021-06-28 16:53:06 -07:00
run-vm.sh On my way to making a working alpine VM for podman 2021-06-28 15:31:52 -07:00

Build the Dangerzone VM for running podman

Build the podman container storage (with vagrant)

You need vagrant: brew install vagrant

Build the ISO image (with docker)

docker run -v $(pwd):/build alpine:latest /build/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