I guess the latest version of docker-znc on the docker repo is not working as I get this error message:
vagrant@precise64:~$ mkdir ~/znc-data
vagrant@precise64:~$ docker run -d -p 6667 -v ~/znc-data:/znc-data jimeh/znc
f0d5a8ccbb3c0be80493dce702c0b93c8935e62ee4266f633175f9b8c0368f28
vagrant@precise64:~$ docker logs f0d5a8ccbb3c0be80493dce702c0b93c8935e62ee4266f633175f9b8c0368f28
cp: cannot open `/src/znc.conf.default' for reading: Permission denied
Checking for list of available modules...
Opening config [/znc-data/configs/znc.conf]... [ No such file ]
Restart ZNC with the --makeconf option if you wish to create this config.
Unrecoverable config error.
However if I clone this, and build, and run. it works just fine.
So I am assuming the problem could be because of a old version on docker repository.
I guess the latest version of
docker-znc
on the docker repo is not working as I get this error message:However if I clone this, and build, and run. it works just fine.
So I am assuming the problem could be because of a old version on docker repository.