summaryrefslogtreecommitdiff
path: root/sandcastle-ng/run-container
diff options
context:
space:
mode:
Diffstat (limited to 'sandcastle-ng/run-container')
-rwxr-xr-xsandcastle-ng/run-container8
1 files changed, 8 insertions, 0 deletions
diff --git a/sandcastle-ng/run-container b/sandcastle-ng/run-container
new file mode 100755
index 0000000..ebc7e1f
--- /dev/null
+++ b/sandcastle-ng/run-container
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+# Run the Taler container with all the right mounts and preset parameters
+
+
+# We need to be careful with SELinux when using volume mounts, relabel!
+
+exec podman run --systemd=always -v talerdata:/talerdata:Z -v $PWD/scripts:/scripts:Z "$@" taler-base-all