Sign inSign up

pixelperfect/nadeko

By pixelperfect

Updated almost 9 years ago

Nadeko, but from the latest release, not the latest commit

Image
0

5.4K

pixelperfect/nadeko repository overview

NadekoBot for Discord, for Docker

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

Full Documentation available @ http://nadekobot.readthedocs.io/en/latest/guides/Docker%20Guide/

Just swap out uirel/nadeko:1.4 for pixelperfect/nadeko:1.10

tl;dr

To install
docker create --name=nadeko -v /nadeko/conf/:/root/nadeko -v /nadeko/data:/opt/NadekoBot/src/NadekoBot/bin/Release/netcoreapp1.1/data pixelperfect/nadeko:1.10

Where /nadeko/conf is where you want your config files, and /nadeko/data is where you want your data files

(Hint: Your credentials.json will be in the conf folder) More on that here

To start

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

Without monitoring: docker start nadeko

To update
docker pull pixelperfect/nadeko:1.10
docker stop nadeko
dockerr rm nadeko
docker create --name=nadeko -v /nadeko/conf/:/root/nadeko -v /nadeko/data:/opt/NadekoBot/src/NadekoBot/bin/Release/netcoreapp1.1/data pixelperfect/nadeko:1.10

Tag summary

Content type

Image

Digest

Size

818.8 MB

Last updated

almost 9 years ago

docker pull pixelperfect/nadeko