Skip to content

allezxandre/docker-flexget

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-Flexget

Flexget in a Docker container

Build

cd to the cloned git repository, and build the docker container:

docker build -t YOUR-NAME/flexget .

Put your configuration in /srv/docker/flexget/, and then, to run the docker container, you can use the following command:

docker run -v /srv/docker/flexget:/config -p 5050:5050 YOUR-NAME/flexget:latest

The Web UI will be accessible on port 5050 of your host machine.

Disclaimer:

The Web UI is at a very early stage. It is not stable at all!

See here if you want to help the flexget project: http://flexget.com/wiki/Contribute


flexget-logo docker-logo

About

Flexget in a Docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%