Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/antonym/docker-boinc
- Owner: antonym
- Created: 2020-03-18T19:20:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T03:24:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T11:21:37.236Z (3 months ago)
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```