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
- Host: GitHub
- URL: https://github.com/emad-elsaid/foldathome
- Owner: emad-elsaid
- Created: 2020-06-15T22:14:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T22:15:02.000Z (over 5 years ago)
- Last Synced: 2025-03-11T23:19:52.017Z (7 months ago)
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```