linuxserver/foldingathome.

4,675,178 68 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/foldingathome
Build Time 23 Apr 2024 03:11:51
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 23 Apr 2024 at 03:11:50

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