Provide docker image for the popular TwitchDropsMiner based on the docker image for GUI tools.
Build
docker build -t tdm .Run
Replace paths with your paths for the settings and cookies. It will download the newest development version on container start.
docker run \
--name tdm \
--restart unless-stopped \
-p 5800:5800/tcp \
-v //Users/user/TDM/settings.json:/settings.json \
-v //Users/user/TDM/cookies.jar:/cookies.jar \
tdmdocker compose up -d