linuxserver/zotero.

675 3 amd64

Build Information

General build information for this image

Docker Hub linuxserver/zotero
Build Time 03 May 2024 07:00:25
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 6.0.35 03 May 2024 at 07:00:24

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

CLI

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