eth-cscs/sarus

Runtime Flag to change working directory

Closed this issue · 2 comments

This way, when using 3rd party container images, it is still possible to customise the container working directory at runtime.
Might have a syntax similar to Docker: --workdir / -w

Hello @marcodelapierre, this feature was introduced with version 1.1.0, and is controlled through the --workdir option of sarus run: https://sarus.readthedocs.io/en/1.1.0/user/user_guide.html#working-directory

Please have a look and let us know if it satisfies your request!

Hi @Madeeks , thanks for this!
I am having an issue when using the flag, I am going to open a separate issue.