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
{{ message }}
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
Proxy the execution of the non-native mode Docker/Singularity command via a script executed on the host. This will reduce issues with command line quoting, env vars, post-task execution steps instead of an in-line command. Further improves upon #234 and a pre-requisite for #230.
Migrate key portions to pre-exec env vars
Create proxy execution script
Dump env vars for Docker/singularity
Pre-execution step
Task-execution step
Post-execution step
Task termination tests
The text was updated successfully, but these errors were encountered:
Proxy the execution of the non-native mode Docker/Singularity command via a script executed on the host. This will reduce issues with command line quoting, env vars, post-task execution steps instead of an in-line command. Further improves upon #234 and a pre-requisite for #230.
The text was updated successfully, but these errors were encountered: