linuxserver/zotero.

8,746 7 unknown amd64

Build Information

General build information for this image

Docker Hub linuxserver/zotero
Build Time 16 Mar 2025 04:57:43
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 7.0.15 16 Mar 2025 at 04:57:42

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  zotero:
    image: linuxserver/zotero:7.0.15
    container_name: zotero
    restart: no

CLI

docker create \
  --name=zotero \  --restart no \
  linuxserver/zotero:7.0.15