summaryrefslogtreecommitdiffstats
path: root/run/run-bash.sh
blob: 118e615fd8707d20ca386854272cf635de50b64c (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} bash