picatz / fah

Folding@Home with Docker

Home Page:https://hub.docker.com/r/kentgruber/fah-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Folding @ Home Docker Setup

For running the FAH client in Docker.

Build

$ docker build -t fah-client .
...
Successfully tagged fah-client:latest

Run

$ docker run -it --rm fah-client
19:24:27:************************* Folding@home Client *************************
...
19:24:27:Connecting to assign1.foldingathome.org:8080
...

Deploy to Nomad

$ nomad run fah.nomad
==> Monitoring evaluation "f4e02ca1"
    Evaluation triggered by job "folding-at-home"
    Evaluation within deployment: "15e1bc04"
    Allocation "6518ece5" created: node "3cea90f6", group "folding-at-home"
    Evaluation status changed: "pending" -> "complete"
==> Evaluation "f4e02ca1" finished with status "complete"

About

Folding@Home with Docker

https://hub.docker.com/r/kentgruber/fah-client

License:MIT License


Languages

Language:Dockerfile 83.0%Language:Makefile 17.0%