Very simple docker container for an IRC server, not yet production ready
Currently using ngircd, because it was the first plug-and-play server I found.
docker run -p 6667:6667 -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
...
Issues and Pull Requests are welcome!