An open API service indexing awesome lists of open source software.

https://github.com/emad-elsaid/foldathome

Fold at home docker image
https://github.com/emad-elsaid/foldathome

Last synced: 3 months ago
JSON representation

Fold at home docker image

Awesome Lists containing this project

README

          

Fold@Home Client Docker Image
=============================

To build and run the image

```
docker build . -t fah
docker run -d --network host --name fahinstance fah
```

When you want to pause the client then continue it you can use docker commands for that

```
docker pause fahinstance
docker unpause fahinstance
```