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

set -o errexit

. config.sh

podman run --name "ccpi-run" -it --rm $options -p ${web_port}:8888/tcp -p $ssh_port:2222/tcp $volumes ${image} sh -c '[ -f /usr/bin/supervisord ] && python /usr/bin/supervisord; /bin/bash'