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.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.sh')
-rw-r--r-- | run/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |