All Projects → carver → docker-ircd

carver / docker-ircd

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

Programming Languages

Makefile
30231 projects
shell
77523 projects

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].