Skip to content

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

Notifications You must be signed in to change notification settings

carver/docker-ircd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published