mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 12:41:50 +02:00
Compare commits
1 commit
4014c8591b
...
d743595040
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d743595040 |
1 changed files with 10 additions and 1 deletions
|
@ -12,7 +12,16 @@ You will be required to open a terminal and follow these steps:
|
|||
|
||||
## On macOS
|
||||
|
||||
To set the container runtime to podman, use this command:
|
||||
You will need to configure podman to access the shared Dangerzone resources:
|
||||
|
||||
```bash
|
||||
podman machine stop
|
||||
podman machine rm
|
||||
podman machine init -v /Applications/Dangerzone.app:/Applications/Dangerzone.app
|
||||
podman machine set --rootful=false
|
||||
podman machine start
|
||||
```
|
||||
Then, set the container runtime to podman using this command:
|
||||
|
||||
```bash
|
||||
/Applications/Dangerzone.app/Contents/MacOS/dangerzone-cli --set-container-runtime podman
|
||||
|
|
Loading…
Reference in a new issue