diff --git a/docs/podman-desktop.md b/docs/podman-desktop.md index eab95ae..4dc3cf5 100644 --- a/docs/podman-desktop.md +++ b/docs/podman-desktop.md @@ -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