Title logo
linuxserver/jackett.

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

1,538,941,494 1,129 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/jackett
Build Time 06 May 2024 06:52:47
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.21.2554 06 May 2024 at 06:52:47

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

CLI

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