https://github.com/picatz/fah
Folding@Home with Docker
https://github.com/picatz/fah
docker folding-at-home nomad ubuntu
Last synced: about 1 year ago
JSON representation
Folding@Home with Docker
- Host: GitHub
- URL: https://github.com/picatz/fah
- Owner: picatz
- License: mit
- Created: 2020-03-29T19:30:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T22:17:58.000Z (about 5 years ago)
- Last Synced: 2024-05-02T06:10:28.538Z (about 2 years ago)
- Topics: docker, folding-at-home, nomad, ubuntu
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/kentgruber/fah-client
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Folding @ Home Docker Setup
For running the [FAH](https://foldingathome.org/) client in [Docker](https://www.docker.com/).
## Build
```console
$ docker build -t fah-client .
...
Successfully tagged fah-client:latest
```
## Run
```console
$ docker run -it --rm fah-client
19:24:27:************************* Folding@home Client *************************
...
19:24:27:Connecting to assign1.foldingathome.org:8080
...
```
## Deploy to Nomad
```console
$ 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"
```