/docker-pyload

Dockerfile and etc for a pyLoad Docker image

GNU General Public License v3.0GPL-3.0

pyLoad

Table of Contents

  1. Overview
  2. Container Description - What the container does and why it is useful
  3. Setup - The basics of getting started with monit
  4. Usage - Configuration options and additional functionality
  5. Contributors

Overview

Docker container with pyLoad installed.

Container Description

This container embeds pyLoad v0.4.9 on a Debian Jessie. HTTPs Dashboard : The web interface is listening on 8000 port. The core is listening on 7227 port for remote interfaces. The SSL option is enabled on both ports.

Setup

docker pull flosox/pyload:0.4.9

Usage

Basic Running

docker run -d -P --name pyload flosox/pyload:0.4.9

Configuration

Add a user

Execute a Shell on your container

docker exec -it pyload bash

On this Shell, execute pyLoadCore -u and follow the instructions.

Link Downloads directory to host directory

docker run -d -v <host-directory>:/root/.pyload/Downloads -P --name pyload flosox/pyload:0.4.9

Read More : https://docs.docker.com/userguide/dockervolumes/

Restart pyLoad

To restart pyLoad, you just have to restart the container.

docker restart pyload

Contributors

The list of contributors can be found at: https://github.com/floSoX/docker-pyload/graphs/contributors