linuxserver/foldingathome.

4,730,334 73 unknown arm64 unknown amd64

Build Information

General build information for this image

Docker Hub linuxserver/foldingathome
Build Time 25 Mar 2025 03:34:25
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 25 Mar 2025 at 03:34:18

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:latest
    container_name: foldingathome
    restart: no

CLI

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