Commit 2b6f83c
committed
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 bash1 parent 2280a99 commit 2b6f83c
2 files changed
+19
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
67 | 85 | | |
68 | 86 | | |
69 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments