From 4014c8591b2ae7b2bb96a9b950f18db92a9e8efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Wed, 9 Apr 2025 11:56:11 +0200 Subject: [PATCH] Docs: Update the Podman Desktop docs for macOS In order to access our custom seccomp policy, we require it to be mounted on the podman machine. Co-Author: Alex Pyrgiotis --- docs/podman-desktop.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/podman-desktop.md b/docs/podman-desktop.md index eab95ae..e1b10cf 100644 --- a/docs/podman-desktop.md +++ b/docs/podman-desktop.md @@ -12,7 +12,20 @@ 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 +cat > ~/.config/containers/containers.conf <