Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 520 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 520 Bytes

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!