linuxserver/zotero.

3,396 6 amd64

Build Information

General build information for this image

Docker Hub linuxserver/zotero
Build Time 15 Nov 2024 07:05:10
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 7.0.9 15 Nov 2024 at 07:05:09

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

CLI

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