Closed djcaesar9114 closed 2 years ago
Given the error message (Is a directory
), it sees a directory instead of a file at /etc/sonic.cfg
; are you running on Windows?
No, Linux, but it was actually my mistake: my file was called sonic.cfg
and not config.cfg
. That is what happens when you code instead of sleeping the night!
Thanks for your fast answer, as fast as Sonic!
Hello, First of all merci for your work, it seems great! I've not been able to test it, though, because although I follow step by step what is written in the README ("Install from Docker Hub"), I keep encountering this error:
I run
docker run -p 1491:1491 -e "RUST_BACKTRACE=full" -v /home/cesar/tmp/sonic/config.cfg:/etc/sonic.cfg -v /home/cesar/tmp/sonic/store/:/var/lib/sonic/store/ valeriansaliou/sonic:v1.4.0
and I have edited thesonic.cfg
correctly.What did I do wrong?
If it helps, I tried to follow the 1.2.0 version tutorial on the blog (https://journal.valeriansaliou.name/announcing-sonic-a-super-light-alternative-to-elasticsearch/), and I got this error: