docker run -ti --rm -v ~/autodl:/etc/autodl -e ODL_CONFIG=/etc/autodl/config.json -e ODL_USER_SETTINGS=/etc/autodl/user_settings.json -e ODL_SERVER_IP=<xxx.xxx.xxx.xxx> -e ODL_SERVER_PORT=8000 -e ODL_USER=<pyload_user> -e ODL_PASSWORD=<pyload_user_password> francois/pyload-autodl:latest
git clone https://github.com/francois-learnings/pyload-autodl.git
cd pyload-autodl
docker build -t francois/pyload-autodl .
requirements: - lxml
plugins specific requirments: - jhebgerNet plugin require "phantomjs" - horriblesubsInfo require "phantomjs"
tests specific requirements: phantomjs to test jherbergNet plugin
apt-get install -y python-lxml python-pip
git clone https://github.com/francois-learnings/pyload-autodl.git
cd pyload-autodl
pip install -r requirements.txt
Run:
autodl -c /path/to/config_file.json -s /path/to/user_settings.json -a pyload_server_ip_address -u pyload_user -p pyload_user_password -P pyload_port
export CONFIG_FILE=
export USER_SETTINGS_FILE=
export SERVER_IP=
export SERVER_PORT=
export USER=
export PASSWORD=
autodl
TOOD: A lot...
Content type
Image
Digest
sha256:762c413bc…
Size
240.5 MB
Last updated
about 11 years ago
docker pull francois/pyload-autodl