summaryrefslogtreecommitdiff
path: root/sandcastle/run-container
blob: ebc7e1f1a174112dd72ef01b9efbed8bfda699ec (plain)
1
2
3
4
5
6
7
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