Multi architecture container for runnning jagrosh/Musicbot
Supports Raspberry Pi and Windows!
You need a config file for the bot 📑
First, follow the official guide to make your config file.
Replace "$(pwd)/your.cfg" with the path to your config file. Application in the container reads config file from /config.txt.
docker run -it -v "$(pwd)"/your.cfg:/config.txt westelh/jmusicbot:latest
You can specify options using Java system properties.
docker run -it -v "$(pwd)"/your.cfg:/alternate.cfg westelh/jmusicbot:latest -Dconfig=alternate.cfg
Detailed document is here.