Sign inSign up

automatr901/jackett

By automatr901

•Updated almost 5 years ago

Jackett Container

Image
0

1.5K

automatr901/jackett repository overview

⁠Jackett Docker Image

Creates a docker image running Jackett

⁠Volumes

  • /opt/jackett/config
    • This contains the Jackett configuration files, these are generated if they do not already exist

⁠Environment

  • PUID = The UID of the user running the application
  • PGID = The GID of the running user's group
  • USER_NAME = The name of the application user
  • APP_NAME = The name of the folder containing the application in /opt
  • XDG_CONFIG_HOME = The path to the Jackett configuration directory

⁠Configuration

Configure Jackett via the web client

⁠Running

An example command to run the image

    docker run -d --name Jackett --restart unless-stopped -e PUID=10002 -e GUID=10005 -p 9117:9117 -v /path/to/config:/opt/jackett/config  automatr901/jackett:<tag>

⁠Known Issues

None

Tag summary

Content type

Image

Digest

Size

89.4 MB

Last updated

about 6 years ago

docker pull automatr901/jackett