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
I propose that we add a 'universal Docker app' to BOINC central.
The web interface for submitting a batch of jobs:
select (from file sandbox)
main program (executable, possibly a script)
Dockerfile
RUN must run main prog
additional files
a .tgz file with a directory of per-job directories
job1/
[cmdline1]
infile1
infile2
job2/
[cmdline2]
infile1
infile2
additional cmdline (passed to all jobs)
the name of the output file of each job (default 'out')
The output file of a job can be a single file,
or a .tgz or .zip of multiple files.
The text was updated successfully, but these errors were encountered:
I propose that we add a 'universal Docker app' to BOINC central.
The web interface for submitting a batch of jobs:
The output file of a job can be a single file,
or a .tgz or .zip of multiple files.
The text was updated successfully, but these errors were encountered: