Skip to content

A multiarch Jackett Docker image, based on Debian Linux.

License

Notifications You must be signed in to change notification settings

padhi-homelab/docker_jackett

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_jackett

build status testing size latest size

latest version image pulls


A multiarch Jackett Docker image, based on Debian Linux.

386 amd64 arm/v6 arm/v7 arm64 ppc64le s390x
✖️ ✔️ ✖️ ✔️ ✔️ ✖️ ✖️

Usage

With Docker

docker run -p 9117:9117 -it padhihomelab/jackett

Runs Jackett with WebUI served on port 9117.
To run it in background, use the --detach flag.

Typically, you shouldn't need to directly access the files written by Jackett to disk, but it is still a good idea (e.g., for easier backups) to map the persistent volume to a host directory:

docker run --detach \
           -p 9117:9117 \
           -e DOCKER_UID=`id -u` \
           -v /path/to/store/configs:/configs \
           -v /path/to/client/downloads:/downloads \
           -it padhihomelab/jackett

Usage with Docker Compose is similarly straightforward.
As an example, you can see my configuration in [services/indexarr].

About

A multiarch Jackett Docker image, based on Debian Linux.

Resources

License

Stars

Watchers

Forks

Packages

No packages published