summaryrefslogtreecommitdiffstats
path: root/run/run-devel.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run/run-devel.sh')
-rw-r--r--run/run-devel.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/run/run-devel.sh b/run/run-devel.sh
new file mode 100644
index 0000000..2adb95c
--- /dev/null
+++ b/run/run-devel.sh
@@ -0,0 +1,5 @@
+#! /bin/bash
+
+set -o errexit
+
+podman run --name "ccpi-run" -it --rm --hooks-dir /usr/share/containers/oci/hooks.d/ -v ~/ccpi/data:/ccpi/data localhost/ccpi:devel bash