Do you have a file named eventstore in /etc/init? The scripts included in the package are upstart scripts, not SysV init scripts, so the reference to init.d does make sense - though since you’re using service eventstore start that’s unusual.
Does this work in a VM rather than in a Docker container?
Do you have a file named eventstore in /etc/init? The scripts included in the package are upstart scripts, not SysV init scripts, so the reference to init.d does make sense - though since you’re using service eventstore start that’s unusual.
I got /etc/init/eventstore.conf.
Does this work in a VM rather than in a Docker container?
It works in a VM but doesn’t in Docker. I both tried 1.5 and 1.6.2 Docker versions
Is there a reason why you’re running upstart inside your container instead of just running the eventstore process directly? If you’re containerising, I wouldn’t bother with a process manager.
Is there a reason why you’re running upstart inside your container instead of just running the eventstore process directly? If you’re containerising, I wouldn’t bother with a process manager.
There isn’t a particular reason except making it works in my settings. At the end, I went with the ol’ fashion way.