Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richarvey/boinc
Boinc Container connected to http://www.worldcommunitygrid.org/
https://github.com/richarvey/boinc
Last synced: about 1 month ago
JSON representation
Boinc Container connected to http://www.worldcommunitygrid.org/
- Host: GitHub
- URL: https://github.com/richarvey/boinc
- Owner: richarvey
- Created: 2015-08-07T19:02:16.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T22:44:44.000Z (over 2 years ago)
- Last Synced: 2024-05-02T00:11:01.080Z (7 months ago)
- Language: Dockerfile
- Size: 24.4 KB
- Stars: 6
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
A simple boinc container built on alpine linux. This container will run the boinc client and by default connect into the world community grid. The default credentials are for richarvey and the weak key is provided. See "Running" for information on overriding these variables.
```
richarvey/boinc:latest - connects to the world community grid
```It will run out the box with my "weak key" and no customisation.
## Pulling the Container
docker pull richarvey/boinc
## Running
There are multiple ways to run the container
### Default mode
This will run the container and contribute to the container team:
docker run -d --name boinc richarvey/boinc:latest
To enable network connectivity in order to use boinccmd or boinc manager from another host:
docker run -d --name boinc -P richarvey/boinc:latest
Be warned this opens control of boinc up to anyone on the network without a password!
### Custom Project and Keys
To run with your own credentials:
docker run -d --name boinc richarvey/boinc:latest
and with networking:
docker run -d --name boinc -P richarvey/boinc:latest
## Join my container team
Please join my container team and help us contribute to the world community grid.
http://www.worldcommunitygrid.org/team/viewTeamInfo.do?teamId=0WGND0WR52
If you're not registered for the world community grid please do so here:
http://www.worldcommunitygrid.org/reg/viewRegister.do?teamID=0WGND0WR52