Skip to content

Universal Docker app for BOINC central #11

@davidpanderson

Description

@davidpanderson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions