The configuration files for flexget are to be referenced by a systemD template, it assumes that the systemD unit is named the same as the configuration file.
| Specifier | Usage |
|---|---|
| %i | Used to name the docker instance Used to specify the configuraiton file used for this instance of Flexget Used to specify where the torrents are placed |
| %u | Used to name the docker instance Used to specify the the $HOMEDIR of the user where the configuraiton files are stored Used to specify the user who will run the container |
ln -s /etc/systemd/system/multi-user.target.wants/[email protected] /opt/git/docker-flexget/[email protected]
git clone https://github.com/nicholasvmoore/docker-plex.git
docker build -t flexget $PWD/docker-flexget/.
docker run -v /home/%u/flexget:/config -v /home/%u/watch/%i:/watch --env="flexgetConfig=/config/%i.yml" --name="%u-%i-flexget" nicholasvmoore/docker-flexget
Important Folders flexget: /config /home/%u/git/%u-flexget /watch /home/%u/watch/%instance tfs /watch/tfs/tordir
Content type
Image
Digest
sha256:9133cfa91…
Size
181.1 MB
Last updated
over 8 years ago
docker pull nicholasvmoore/docker-flexget