linuxserver/manyfold.

7,714 2 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/manyfold
Build Time 10 Dec 2024 15:23:42
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.91.1 10 Dec 2024 at 15:23:41

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:0.91.1
    container_name: manyfold
    restart: no

CLI

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