linuxserver/manyfold.

2,173 0 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/manyfold
Build Time 06 Sep 2024 08:56:52
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.77.3 06 Sep 2024 at 08:56:52

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

CLI

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