From f33bcbf3c0839c6bebb63141ff3d520b41084183 Mon Sep 17 00:00:00 2001 From: Matin Dehghani Date: Sun, 26 Jun 2022 01:07:34 +0200 Subject: More fine-grained image management (e.g. allow to get prebuilt images from other user and adapt ids inside with change-user.sh script) --- run/run-bash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run/run-bash.sh') diff --git a/run/run-bash.sh b/run/run-bash.sh index 41c2579..1e25e8a 100644 --- a/run/run-bash.sh +++ b/run/run-bash.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 $volumes localhost/${image} 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 ${image} bash -- cgit v1.2.3