diff options
author | Matin Dehghani <matin@ipecompute4.ands.kit.edu> | 2022-06-26 01:07:34 +0200 |
---|---|---|
committer | Matin Dehghani <matin@ipecompute4.ands.kit.edu> | 2022-06-26 01:07:34 +0200 |
commit | f33bcbf3c0839c6bebb63141ff3d520b41084183 (patch) | |
tree | 6b373e8e123607755940b6ae3cc8076f5977a145 /run/run-ssh.sh | |
parent | d4f8c2c238342bf3adfa236c49ff43eecd018201 (diff) | |
download | ccpi-f33bcbf3c0839c6bebb63141ff3d520b41084183.tar.gz ccpi-f33bcbf3c0839c6bebb63141ff3d520b41084183.tar.bz2 ccpi-f33bcbf3c0839c6bebb63141ff3d520b41084183.tar.xz ccpi-f33bcbf3c0839c6bebb63141ff3d520b41084183.zip |
More fine-grained image management (e.g. allow to get prebuilt images from other user and adapt ids inside with change-user.sh script)
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 8e3dfdb..86f994f 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 $volumes 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 ${image} /usr/sbin/sshd -D -p 2222 |