Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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/

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