Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antonym/docker-boinc

dockerfile for building a boinc client container
https://github.com/antonym/docker-boinc

Last synced: about 2 months ago
JSON representation

dockerfile for building a boinc client container

Awesome Lists containing this project

README

        

# 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://boinc.bakerlab.org/rosetta" -e "boinckey=insert_insecure_key_here" antonym/boinc
```

Watch the logs:
```
docker logs boinc
```