Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Universal Docker app for BOINC central #11

Open
davidpanderson opened this issue Nov 5, 2024 · 0 comments
Open

Universal Docker app for BOINC central #11

davidpanderson opened this issue Nov 5, 2024 · 0 comments

Comments

@davidpanderson
Copy link

davidpanderson commented Nov 5, 2024

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.

@AenBleidd AenBleidd transferred this issue from BOINC/boinc Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant