-
Notifications
You must be signed in to change notification settings - Fork 129
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?
docker run --rm -it --network=host \
-v /full/path/to/config.py:/Upload-Assistant/data/config.py \
-v /full/path/to/downloads:/downloads \
ghcr.io/l4gsp1ke/upload-assistant:master /downloads/somefile(s) -other -normal -params
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.