linuxserver/foldingathome.

4,677,076 68 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/foldingathome
Build Time 30 Apr 2024 03:11:30
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 7.6.21 30 Apr 2024 at 03:11:30

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  foldingathome:
    image: linuxserver/foldingathome:7.6.21
    container_name: foldingathome
    restart: no

CLI

docker create \
  --name=foldingathome \  --restart no \
  linuxserver/foldingathome:7.6.21