Replace the contents of /unreal with your and UnrealIRCd configuration files. I suggest creating your SSL certificates with Let's Encrypt, use this guide.
$ ./run.sh
#!/bin/sh
docker run --name ircd -p 6667:6667 \
-p 6697:6697 -p 6090:6090 \
-v $(pwd)/unreal:/home/ircd/unrealircd/conf \
--rm -it -d c0dy/unrealircd
Content type
Image
Digest
Size
182.6 MB
Last updated
over 8 years ago
docker pull c0dy/unrealircd