linuxserver/manyfold.

26,925 12 unknown arm64 unknown amd64

Build Information

General build information for this image

Docker Hub linuxserver/manyfold
Build Time 23 May 2025 08:25:02
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 23 May 2025 at 08:24:58

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  manyfold:
    image: linuxserver/manyfold:latest
    container_name: manyfold
    restart: no

CLI

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