Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 398 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 398 Bytes

Docker container for running Folding@Home

Usage

docker build -t fold .

docker run --rm -p7396:7396 -d fold:latest --user=Anonymous --team=0  --gpu=false --smp=true --power=medium

The web console is available on port 7396.

Forked from https://github.com/johnktims/folding-at-home and updated to current debian stable with updated client download.