ngircd: Add an ngIRCd image
[dockerfile.git] / ngircd / README.md
1 Run this [ngIRCd][] image with:
2
3     $ docker run -d --name ngircd-0 --hostname irc.example.net \
4     >   -e DESCRIPTION="My IRC server" \
5     >   -e LOCATION="My attic" \
6     >   -e EMAIL="admin@example.net" \
7     >   -e INFO="testing, testing" \
8     >   -p 6667:6667 wking/ngircd
9
10 [ngIRCd]: http://ngircd.barton.de/