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.
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" .
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