Install Pyload-ng pypi version into a Linux container

Several tag are available:
pyLoad is a free and open source downloader for 1-click-hosting sites like rapidshare.com or uploaded.to. It supports link decryption as well as all important container formats.
https://github.com/pyload/pyload
docker create --name=pyload \
-v <path to data>:/config \
-v <path to downloads>:/downloads \
-v <path to temporary downloads>:/temporary-downloads \
-e UID=<UID default:12345> \
-e GID=<GID default:12345> \
-e AUTOUPGRADE=<0|1 default:0> \
-e TZ=<timezone default:Europe/Brussels> \
-e DOCKMAIL=<mail address> \
-e DOCKRELAY=<smtp relay> \
-e DOCKMAILDOMAIN=<originating mail domain> \
-p 8000:8000 \
-p 7227:7227 \
-p 9666:9666 \
digrouz/pyload
When you start the pyload image, you can adjust the configuration of the pyload instance by passing one or more environment variables on the docker run command line.
UIDThis variable is not mandatory and specifies the user id that will be set to run the application. It has default value 12345.
GIDThis variable is not mandatory and specifies the group id that will be set to run the application. It has default value 12345.
AUTOUPGRADEThis variable is not mandatory and specifies if the container has to launch software update at startup or not. Valid values are 0 and 1. It has default value 0.
TZThis variable is not mandatory and specifies the timezone to be configured within the container. It has default value Europe/Brussels.
DOCKRELAYThis variable is not mandatory and specifies the smtp relay that will be used to send email. Do not specify any if mail notifications are not required.
DOCKMAILThis variable is not mandatory and specifies the mail that has to be used to send email. Do not specify any if mail notifications are not required.
DOCKMAILDOMAINThis variable is not mandatory and specifies the address where the mail appears to come from for user authentication. Do not specify any if mail notifications are not required.
DOCKUPGRADEThis variable is not mandatory and specifies if the container has to launch software update at startup or not. Valid values are 0 and 1. It has default value 0.
-e AUTOUPGRADE=1 at container creation.If you encounter an issue please open a ticket at github
Content type
Image
Digest
sha256:2f6e14ee3…
Size
154.5 MB
Last updated
2 months ago
docker pull digrouz/pyload