-
Notifications
You must be signed in to change notification settings - Fork 135
Docker
milkdawg edited this page Oct 22, 2022
·
28 revisions
There is a docker image available for Upload-Assistant that is automatically built within a few minutes of each commit.
Usage?
-v /full/path/to/config.py:/Upload-Assistant/data/config.py \
-v /full/path/to/BT_backup:/BT_backup \
-v /full/path/to/downloads:/downloads \
ghcr.io/l4gsp1ke/upload-assistant:master /downloads/somefile(s) -th sometorrenthash```
What is docker?
Google is your friend
How do I update the docker image?
`docker pull ghcr.io/l4gsp1ke/upload-assistant:master`
How do I grab an image of a specific commit?
Dig through here. https://github.com/L4GSP1KE/Upload-Assistant/pkgs/container/upload-assistant/versions?filters%5Bversion_type%5D=untagged I can modify it to tag every image with commit-id if requested, just haven't bothered with it.