-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] Create More Detailed Installation and Usage Instructions #159
Comments
I thought I would provide my intent, the steps I was following, and the error I encountered. My intent: I am trying to connect the container built with the Dockerfile in this repo to a container running an instance of MongoDB. The steps I followed: I create a network for the containers to share.
I then start a mongo instance on this network.
I build the image for the testing tool with the Dockerfile.
I then run the newly created container.
The error:
There’s a connection error. I’ve tried and failed to debug it. I'm running this on an Apple M1 Pro (Sonoma 14.5) with Docker version 20.10.21, build |
Hey pal! Your host is wrong, you should be using the name of your mongo container as host, in your case should be something like That's all I can help though, I've been stuck in some other tests here, but as the README said its supposed to be an internal tool, I don't know if they are going to give any support for this |
Thank you, @lsantosdemoura! |
👋 I'd be grateful for more detailed installation and usage instructions. I've been struggling to use the container that is created from the Dockerfile and I can't figure out if it's my own fault (user error) or a bug. I suspect that part of my confusion stems from sparse installation and usage instructions. Thank you for creating this cool project!
The text was updated successfully, but these errors were encountered: