Skip to content

mjimeneznet/docker-flexget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

docker-flexget

Configure

Create your config.yml and download directory in a local folder in your computer and attach this as a volume to the container.

Build

docker build -t flexget .

Create a local folder

mkdir -p ~/flexget/

Run your build

docker run -it --rm --name=flexget -v ~/flexget/:/root/.flexget/ flexget"

Run from dockerhub

docker run -it --rm --name=flexget -v ~/flexget:/root/.flexget/ mjimeneznet/docker-flexget:latest"

About

Flexget

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published