diff options
author | Evelina Ametova <evelina@ipecompute4.ands.kit.edu> | 2022-05-29 17:03:27 +0200 |
---|---|---|
committer | Evelina Ametova <evelina@ipecompute4.ands.kit.edu> | 2022-05-29 17:03:27 +0200 |
commit | d4f8c2c238342bf3adfa236c49ff43eecd018201 (patch) | |
tree | 150e0ed08554acb47d8093e389729614ced159b2 /run/run-ssh.sh | |
parent | a3f93ec6436d64f515546ceefe394a79e0552b13 (diff) | |
download | ccpi-d4f8c2c238342bf3adfa236c49ff43eecd018201.tar.gz ccpi-d4f8c2c238342bf3adfa236c49ff43eecd018201.tar.bz2 ccpi-d4f8c2c238342bf3adfa236c49ff43eecd018201.tar.xz ccpi-d4f8c2c238342bf3adfa236c49ff43eecd018201.zip |
Configure volumes and support 'fast' storage
Diffstat (limited to 'run/run-ssh.sh')
-rw-r--r-- | run/run-ssh.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |