runner
runner copied to clipboard
Suggestion: Use "--bind_ip_all" by default.
trafficstars
I'm not able to pass "--bind_ip_all" as an option. Without this, I'm unable to use this utility in a mongo development environment.
Can you post a snippet of your driver code that is currently failing? --bind_ip_all is a really bad security practice and should not be required.
@imlucas I don't currently have a snippet, but it's when using docker. I'm unable to connect from a docker container to a mongo runner application on my host (OSx).
I ended up creating a replica set manually using docker-compose which is a lot of overhead and would rather use mongodb-runner.