https://github.com/ichikawayukko/docker-boinc
CentOS based BOINC container image.
https://github.com/ichikawayukko/docker-boinc
boinc boinc-docker docker-boinc docker-image dockerfile worldcommunitygrid
Last synced: 21 days ago
JSON representation
CentOS based BOINC container image.
- Host: GitHub
- URL: https://github.com/ichikawayukko/docker-boinc
- Owner: IchikawaYukko
- License: mit
- Created: 2019-09-28T12:48:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T03:18:12.000Z (9 months ago)
- Last Synced: 2024-08-07T07:12:40.471Z (9 months ago)
- Topics: boinc, boinc-docker, docker-boinc, docker-image, dockerfile, worldcommunitygrid
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/ichikawayukko/boinc
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-boinc
CentOS based BOINC container image.# Usage
Download docker-compose.yml from [this repository](https://raw.githubusercontent.com/IchikawaYukko/docker-boinc/master/docker-compose.yml). And modify hostname section in that file (The host name will be registered on project you will attach and may be seen on project's device manager. So it is important).## Start container
`docker-compose up -d`## Attach BOINC project
`docker-compose exec boinc boinccmd --project_attach PROJECT_URL AUTH`### Example (World Community Grid):
`docker-compose exec boinc boinccmd --project_attach www.worldcommunitygrid.org YOUR_KEY_HERE`## Show status
`docker-compose exec boinc boinccmd --get_state`## Show log (follow log tail)
`docker-compose logs -f`