Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

PixPMusic/nadeko-container

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NadekoBot Discord Bot Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%