/docker-ircd

Added #default channel. IRC server for local testing

Primary LanguageShell

docker-ircd

Very simple docker container for an IRC server, not yet production ready

IRC server

Currently using ngircd, because it was the first plug-and-play server I found.

Deployment instructions

docker run -d carver/ngircd

You can test with: irssi -c localhost

You should see:

Irssi: Connection to localhost established
Your host is irc.example.net, running version ngircd-18
...

Communication and Code

Issues and Pull Requests are welcome!