scythargon / boinc-docker

Docker image for Boinc project of volunteer computing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage:

Docker version required: 24.*

# On the host machine:

docker run --rm -it scythargon/boinc bash

# Everything below - in the just opened docker container shell:

screen  # Runs GNU Screen app - terminal multiplexer

boinc  # Start the boinc itself

# press Ctrl+c to create a new Screen window
# (then use `ctrl+a n` to switch between the windows)

# This command goes in the newly open Screen window:
boinccmd --acct_mgr attach https://scienceunited.org "your_scienceunited_email" "password" 

# all done, happy contributing!

About

Docker image for Boinc project of volunteer computing


Languages

Language:Dockerfile 67.6%Language:Shell 32.4%