jimeh / docker-znc

Run the ZNC IRC Bouncer in a Docker container.
136 stars 86 forks source link

Publish a new version #3

Closed arthurnn closed 10 years ago

arthurnn commented 10 years ago

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.

jimeh commented 10 years ago

Weird, I'll have a look in a few hours :)

jimeh commented 10 years ago

Ok, might be tomorrow. I forgot to rebuild my devbox for docker after a OSX install. Chef is doing it's thing.