sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit 055ed18cdb0aa2886a8fcea45d5adbe71e43d6c5
parent 918f67ea7a529dc0613b9f0209010b7a74a59cdf
Author: Florian Dold <florian@dold.me>
Date:   Wed, 29 Oct 2025 15:22:17 +0100

systemd requires privileged container (still rootless)

Diffstat:
Msandcastle-run | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sandcastle-run b/sandcastle-run @@ -84,6 +84,7 @@ exec podman run \ -p=$SANDCASTLE_PORT_CHALLENGER:$PORT_INTERNAL_CHALLENGER \ -p=$SANDCASTLE_PORT_AUDITOR:$PORT_INTERNAL_AUDITOR \ -p=$SANDCASTLE_PORT_DONAU:$PORT_INTERNAL_DONAU \ + --privileged \ --name taler-sandcastle \ --systemd=always \ -v talerdata:/talerdata:Z \