Title logo
linuxserver/jackett.

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

1,508,013,361 987 amd64 arm64 arm

Build Information

General build information for this image

Docker Hub linuxserver/jackett
Build Time 20 Mar 2023 06:38:59
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.20.3642 20 Mar 2023 at 06:38:42

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  jackett:
    image: linuxserver/jackett:0.20.3642
    container_name: jackett
    restart: no

CLI

docker create \
  --name=jackett \  --restart no \
  linuxserver/jackett:0.20.3642