Sign inSign up

padhihomelab/jackett

By padhihomelab

Updated 27 days ago

Image
0

10K+

padhihomelab/jackett repository overview

docker_jackett

build status testing size latest size

latest version image pulls


A multiarch Jackett Docker image, based on Debian Linux.

386amd64arm/v6arm/v7arm64ppc64les390x
:heavy_multiplication_x::heavy_check_mark::heavy_multiplication_x::heavy_check_mark::heavy_check_mark::heavy_multiplication_x::heavy_multiplication_x:

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].

Tag summary

Content type

Image

Digest

sha256:6352bd0ec

Size

106 MB

Last updated

about 2 months ago

docker pull padhihomelab/jackett