This allows you to run ZNC in a Docker container. The image is based on Alpine 3.4.
- 6667 IRC
- 8080 Webadmin
Username / Password: admin / admin
docker run --read-only -p 6667:6667 -p 8080:8080 -v ~/.znc:/znc-data -d jeboehm/znc
Your configuration will be kept in ~/.znc, even if you delete the container.
Have fun!