mirror of
				https://github.com/tiyn/wiki.git
				synced 2025-10-31 02:11:15 +01:00 
			
		
		
		
	
		
			
				
	
	
	
		
			1.3 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.3 KiB
		
	
	
	
	
	
	
	
johnktims - folding-at-home
This is a Docker container for Folding@home. The official container and documentation was made by johnktims.
Set-up
Create the file rebuild.sh.
Change the settings according to your needs and run ./rebuild.sh afterwards.
Ports
Set the following ports with the -p tag.
| Container Port | Recommended outside port | Protocol | Description | 
|---|---|---|---|
| 7396 | 7396 | TCP | WebUI | 
Additional
There are some special variables to set.
| Flag | Usage | 
|---|---|
| --user | set your username | 
| --power | set the default power to fold at home | 
| --team | set your teamid to contribute points | 
rebuild.sh
#!/bin/sh
docker stop folding-at-home
docker rm folding-at-home
docker pull johnktims/folding-at-home
docker run --name folding-at-home \
    --restart unless-stopped \
    -it \
    -p 7396:7396 \
    -d johnktims/folding-at-home \
    --user=default \
    --power=full \
    --team=000000
Usage
GPU-Support
GPU support is documented in the docker article.