cl1ent / boinc-container

Boinc Container connected to http://www.worldcommunitygrid.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

A simple boinc container built on debian jessie. This container will run the boinc client and by default connect into the world community grid. The dfault credentials are for richarvey and the weak key is provided. See "Running" for information on overriding these variables.

Pulling the Container

docker pull ngineered/boinc-container

Running

There are multiple ways to run the container

Default mode

This will run the container and contribute to team ngd:

docker run -d --name boinc ngineered/boinc-container:latest

To enable network connectivity in order to use boinccmd or boinc manager from another host:

docker run -d --name boinc -P ngineered/boinc-container:latest

Be warned this opens controll 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 ngineered/boinc-container:latest <YOUR PROJECT URL> <YOUR KEY>

and with networking:

docker run -d --name boinc -P ngineered/boinc-container:latest <YOUR PROJECT URL> <YOUR KEY>

Join our team

Please join our 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

<iframe src="http://www.worldcommunitygrid.org/getDynamicImage.do?teamId=0WGND0WR52&mnOn=true&stat=1&imageNum=1&rankOn=false&projectsOn=false&special=true" frameborder="0" name="di" scrolling="no" width="405px" height="145px"></iframe>

About

Boinc Container connected to http://www.worldcommunitygrid.org/