mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-30 10:42:37 +02:00
13 lines
181 B
Markdown
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
|
|
```
|