Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 930 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 930 Bytes

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