Guillaume Simonneau
Guillaume Simonneau
I do not have enough time to maintain this project alone. I can take a look over the weekend but support from the community is always welcomed.
you might find this helpful https://github.com/khezen/docker-elasticsearch/pull/16/files
I will have a look when I have some time left. Meanwhile if you can also provide logs that would help.
Hi, `What is the current state for a working docker cluster example?` So far no progress has been done here. If I had time to allocate I'd implement an example...
I can not reproduce. Could you try to run the following `docker run -d -p 27017:27017 --name mongo -v /:{path} khezen/mongo:latest` replace {path} by whatever you want on your host....
How about running `docker run -d -p 27017:27017 --name mongo --ulimit core=-1 -v /:{path} khezen/mongo:latest` and check if there is a core dump generated.
I fail to reproduce this issue. If anyone here is having the same and is willing to share some of his investigation that'd be great.
Blocked until [PR](https://github.com/mongodb/mongo/pull/1061) is merged and released.
@Nokel81 Any plan to rebuild latest version RPM from a RedHat based distrib already? I'm using fedora and it seems that I also have to build from source.