/docker-flexget

Primary LanguageShellMIT LicenseMIT

Docker-FlexGet

FlexGet based on a slim Alpine Linux container.

This docker image includes the transmissionrpc library, so consider running a Transmission Docker Container alongside FlexGet for automatically starting downloads.

Usage

This container expects you to mount a /config volume containing your config.yml and the sqlite database. The database will be created on first run.

docker create \
  --name=flexget \
  -v /path/to/config:/config \
  ajpierce/docker-flexget

Config

FlexGet runs in daemon mode, so you must specify in your config.yml the times at which you wish your jobs to run.

If you do not specify times for jobs to run in the config through the Scheduler Plugin, the daemon will default to running jobs hourly.