This has been created so it can be run on a Raspberry Pi but should also run on x86.
docker pull manishlad/rpi-znc
docker build -t manishlad/rpi-znc .
mkdir -p $HOME/znc/configs
Create a znc.conf
file or use the template config from the source repository
docker run -d -v $HOME/znc:/home/znc/.znc -p 12345:12345 manishlad/rpi-znc
- Visit
http://<host>:12345
- Default user/pass:
admin
/admin