Skip to content

ember/docker-flexget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-flexget

flexget in a container

This image uses ubuntu:latest as base image and assume that you already have a config.yaml and flexget db somewhere in your host and you simply share the files to your container.

##Installation

Pull the image from the docker index.

docker pull pfragoso/docker-flexget

You can also build this image locally.

git clone https://github.com/ember/docker-flexget
cd docker-flexget
docker build -t "$USER/flexget" .

Start

You can launch the image using the docker command line,

docker run -d --name flexget -v /apps/flexget/:/home/flexget/.flexget:rw pfragoso/docker-flexget

References

About

flexget in linux a container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published