summaryrefslogtreecommitdiffstats
path: root/run/run.sh
blob: 55b5b210d804aa5482379b3dad8946fc175d5a8c (plain)
1
2
3
4
5
6
7
#! /bin/bash

set -o errexit

. config.sh

podman run --name "ccpi-run" -it --rm --hooks-dir /usr/share/containers/oci/hooks.d/ -p ${web_port}:8888/tcp -p $ssh_port:2222/tcp -v ~/ccpi/data:/ccpi/data localhost/${image} sh -c '[ -f /usr/bin/supervisord ] && python2 /usr/bin/supervisord; /bin/bash'