A docker container for the eldonationtracker program for Extra Life
1.7K
You will want to put a participant.conf file in a local folder on your hard drive. To see what it should contain, check out: https://github.com/djotaku/ELDonationTracker/blob/master/participant.conf
To see what should go in the different fields: https://eldonationtracker.readthedocs.io/en/latest/participant_conf.html#config-values
The important thing is that your text_folder field needs to have "/root/output/" as the output.
Let's say that you have a folder called extralifedonationtracker where you have participant.conf and a folder called testoutput where you want the OBS/XSplit otuput to go. Then you would run:
docker run -it -v ./extralifedonationtracker:/root/.config/extralifedonationtracker -v ./testoutput:/root/output djotaku/eldonationtracker:latest
if using docker or
podman run -it -v ./extralifedonationtracker:/root/.config/extralifedonationtracker:Z -v ./testoutput:/root/output:Z djotaku/eldonationtracker:latest
if using podman
I've just added the latest tag, so if you always want the latest rather than a specific version, just put :latest at the end instead of the version number.
Content type
Image
Digest
sha256:22ee35eee…
Size
612.1 MB
Last updated
over 3 years ago
docker pull djotaku/eldonationtracker