Sign inSign up

nozza/nadeko

By nozza

Updated about 5 years ago

NadekoBot a Discord Bot by Kwoth and friends

Image
3

100K+

nozza/nadeko repository overview

NadekoBot for Discord within docker

Nadeko is written in C# and Discord.net for more information visit https://gitlab.com/Kwoth/nadekobot

This docker image uses the 1.9 branch of NadekoBot (v2). The developer of NadekoBot is working on an official docker image for v3 of the bot but it is not ready yet (as of September 17, 2021). Full Documentation available @ https://nadekobot.readthedocs.io/en/v3/guides/docker-guide/

Install
docker create --name=nadeko -v /path/to/nadeko-data/credentials.json:/root/nadeko/credentials.json -v /path/to/nadeko-data:/root/nadeko/data nozza/nadeko:latest

Where /nadeko/conf is where you want your config files, and /nadeko/data is where you want your data files (Your credentials.json will be in the conf folder) More on that here

Start

With monitoring: docker start nadeko; docker logs -f nadeko Without monitoring: docker start nadeko

Update (Manual)
docker pull nozza/nadeko:latest
docker stop nadeko; docker rm nadeko
docker create --name=nadeko -v /path/to/nadeko-data/credentials.json:/root/nadeko/credentials.json -v /path/to/nadeko-data:/root/nadeko/data nozza/nadeko:latest
Update (Auto)
docker run -d --name watchtower -v /var/run/docker.sock:/var/run/docker.sock centurylink/watchtower --cleanup nadeko

This will check for updates to the docker every 5 minutes and update immediately. Alternatively using the --interval X command to change the interval, where X is the amount of time in seconds to wait. e.g 21600 for 6 hours.

Tag summary

Content type

Image

Digest

Size

834 MB

Last updated

about 5 years ago

docker pull nozza/nadeko