boinc
1M+
BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). It can be used for volunteer computing (using consumer devices) or grid computing (using organizational resources). It supports virtualized, parallel, and GPU-based applications.
The container can be accessed at:
docker run -d \
--name=boinc \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Etc/UTC \
-e PASSWORD= `#optional` \
-p 8080:8080 \
-p 8181:8181 \
-v /path/to/boinc/config:/config \
--device /dev/dri:/dev/dri `#optional` \
--shm-size="1gb" \
--restart unless-stopped \
lscr.io/linuxserver/boinc:latest
Content type
Image
Digest
sha256:45ba8a8a1…
Size
1 GB
Last updated
2 days ago
docker pull linuxserver/boinc:8.2.8Pulls:
2,521
Last week