Title logo
linuxserver/lychee.

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

19,413,626 136 arm64 amd64 arm

Build Information

General build information for this image

Docker Hub linuxserver/lychee
Build Time 23 Jan 2023 17:46:07
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 4.7.0 23 Jan 2023 at 17:46:07

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:4.7.0
    container_name: lychee
    restart: no

CLI

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