Nat-As / docker-ircd

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 -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
...

Communication and Code

Issues and Pull Requests are welcome!

About

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


Languages

Language:Makefile 79.2%Language:Shell 20.8%