Title logo
linuxserver/jackett.

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

1,543,892,134 1,152 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/jackett
Build Time 26 Jul 2024 06:49:27
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.22.372 26 Jul 2024 at 06:49:26

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.22.372
    container_name: jackett
    restart: no

CLI

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