dangerzone/rip_docker/vm-image-builder/README.md

13 lines
181 B
Markdown

# Build the Dangerzone VM for running podman
To build an ISO image:
```sh
docker run -v $(pwd):/build alpine:latest /build/build-iso.sh
```
To run the VM:
```sh
./run-vm.sh
```