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-ssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run/run-ssh.sh') diff --git a/run/run-ssh.sh b/run/run-ssh.sh index c467334..8e3dfdb 100644 --- a/run/run-ssh.sh +++ b/run/run-ssh.sh @@ -10,4 +10,4 @@ echo " ssh -L $ssh_port:localhost:$ssh_port $(hostname)" echo " and connect locally " echo " ssh -p $ssh_port localhost" -podman run --name "ccpi-run" -it --rm --hooks-dir /usr/share/containers/oci/hooks.d/ -p ${ssh_port}:2222/tcp -v ~/ccpi/data:/ccpi/data localhost/${image} /usr/sbin/sshd -D -p 2222 +podman run --name "ccpi-run" -it --rm --hooks-dir /usr/share/containers/oci/hooks.d/ -p ${ssh_port}:2222/tcp $volumes localhost/${image} /usr/sbin/sshd -D -p 2222 -- cgit v1.2.3