Skip to content

dockerfile for building a boinc client container

Notifications You must be signed in to change notification settings

antonym/docker-boinc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-boinc

Simple docker image for running Rosetta on BOINC. This will spin up all usable cores to 100% and run through downloaded pieces of work.

Build the image:

docker build -t antonym/boinc .

Run the image, setting the boincurl and boinckey:

docker run -ti -d --name boinc -e "boincurl=http:https://boinc.bakerlab.org/rosetta" -e "boinckey=insert_insecure_key_here" antonym/boinc

Watch the logs:

docker logs boinc

About

dockerfile for building a boinc client container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published