A docker image for running flex get without messing with your python environment.
499
For flexget users with integrated transmission service, this his image contains the flexget and its package dependencies, plus python transmission-rpc module.
It is expected to execute containers based on this image using a scheduling service, like cron, and a provided a flexget config file containing your usual recipe plus a transmission config section. Once the container finishes processing the config file it will stop.
This container will process a flexget configuration file named config.yml, so you must provide one in the root of the given volume.
docker run --rm -v path_to_config_folder:/config alisio/flexget
Flexget transmission module sample config:
transmission:
host: localhost
port: 9091
username: myusername
password: mypassword
Antonio Alisio de Meneses Cordeiro - [email protected]
Content type
Image
Digest
Size
251.1 MB
Last updated
over 5 years ago
docker pull alisio/flexget