linuxserver/boinc

Sponsored OSS

By linuxserver.io

Updated 2 days ago

Image
Networking
Integration & delivery
Data science
38

1M+

linuxserver/boinc repository overview

linuxserver/boinc

This readme has been truncated from the full version found HERE

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.

Application Setup

The container can be accessed at:

Usage

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

Tag summary

Content type

Image

Digest

sha256:45ba8a8a1

Size

1 GB

Last updated

2 days ago

docker pull linuxserver/boinc:8.2.8

This week's pulls

Pulls:

2,521

Last week