OSC / ood_core

Open OnDemand core library
https://osc.github.io/ood_core/
MIT License
9 stars 25 forks source link

add container_start_args to pass options to the start command #821

Closed johrstrom closed 5 months ago

johrstrom commented 7 months ago

Add container_start_args to pass options to the start command.

I'm finding at OSC I need to pass --fakeroot to the start command. This allows for a option to be passed so that users an pass any singularity/apptainer options while starting the container (like --fakeroot).

@georgiastuart FYI