You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NF: SINGULARITY_CMD env var to override default "run" with e.g. "exec"
README.md provides more details but the main use case to overcome hardcodeness
of which command to use (run) in singularity invocation. It opens the door for
using containers-run in interactive sessions with containers which configured
for execution of main entry point commands, e.g.
SINGULARITY_CMD=exec datalad containers-run -n repronim-reproin bash
0 commit comments