Jackett dotnet build, running in Alpine Linux, with only the bare essentials required to run.
docker run -dt
--name=jackett
--restart=always
-v $PWD/config:/config
-p 9117:9117
spritsail/jackett
/config
- Jackett configuration file and database storage. Should be readable and writeable by$SUID
$SUID
defaults to 912