diff options
Diffstat (limited to 'run/run.sh')
-rw-r--r-- | run/run.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/run/run.sh b/run/run.sh new file mode 100644 index 0000000..5ebb075 --- /dev/null +++ b/run/run.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 bash |