linuxserver/zotero.

3,803 6 amd64

Build Information

General build information for this image

Docker Hub linuxserver/zotero
Build Time 06 Dec 2024 13:11:58
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 7.0.11 06 Dec 2024 at 13:11:58

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.11
    container_name: zotero
    restart: no

CLI

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