linuxserver/foldingathome.

4,712,617 72 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/foldingathome
Build Time 12 Nov 2024 03:18:41
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 8.3.18 12 Nov 2024 at 03:18:41

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

CLI

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