blob: 1e25e8a8e1f478c80856d7cdf15d3090cb355def (
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 $volumes ${image} bash
|