From b363c63d44eef05a06f8f7ff7c471ac4392cc4e9 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 11 Nov 2020 05:29:12 +0100 Subject: Support for ufo & jupyter notebooks --- run/run.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'run/run.sh') diff --git a/run/run.sh b/run/run.sh index 0010e1d..bdfade3 100644 --- a/run/run.sh +++ b/run/run.sh @@ -2,5 +2,6 @@ set -o errexit -port="$(($(id -u) - 900))22" -podman run --name "ccpi-run" -it --rm --hooks-dir /usr/share/containers/oci/hooks.d/ -p $port:2222/tcp -v ~/ccpi/data:/ccpi/data localhost/ccpi bash +. 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} bash -- cgit v1.2.3