Title logo
linuxserver/lychee.

A Lychee container, brought to you by LinuxServer.io.

19,545,216 154 unknown unknown arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/lychee
Build Time 22 May 2025 03:27:42
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 22 May 2025 at 03:27:37

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  lychee:
    image: linuxserver/lychee:latest
    container_name: lychee
    restart: no

CLI

docker create \
  --name=lychee \  --restart no \
  linuxserver/lychee:latest