ZNC running inside a docker container.
- hub.docker.com/r/adamdecaf/docker-znc
You can run the container without options (docker run -it adamdecaf/docker-znc) and it'll generate a znc configuration for you. It's better if you mount in your config under the /home/znc folder in a file called .znc.
docker run -v config/:/home/znc/ -it adamdecaf/docker-znc:0.2.0
Content type
Image
Digest
Size
44 MB
Last updated
over 9 years ago
docker pull adamdecaf/docker-znc