From d4f8c2c238342bf3adfa236c49ff43eecd018201 Mon Sep 17 00:00:00 2001 From: Evelina Ametova Date: Sun, 29 May 2022 17:03:27 +0200 Subject: Configure volumes and support 'fast' storage --- run/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run/run.sh') diff --git a/run/run.sh b/run/run.sh index 55b5b21..eae1cec 100644 --- a/run/run.sh +++ b/run/run.sh @@ -4,4 +4,4 @@ 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' +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 localhost/${image} sh -c '[ -f /usr/bin/supervisord ] && python /usr/bin/supervisord; /bin/bash' -- cgit v1.2.3