znc is an irc proxy http://wiki.znc.in/ZNC
Build the image and run it as follows
docker build -t chanux/znc .
First run
docker run -v /host/dir/path:/znc -it chanux/znc znc --datadir=/znc --makeconf
Afterwards
docker run -v /host/dir/path:/znc -p 6667:6667 --name znc -d chanux/znc
Content type
Image
Digest
sha256:ee98c9e12…
Size
63.6 MB
Last updated
almost 11 years ago
docker pull chanux/znc