Operating System :- windows 10
I am using Docker toolbox and Install MongoDB Image on my local system. Image installation done successfully.

after that I am using command docker exec -it taxlien bash to connect with mongo db and it connected successfully but I am unable to connect through our local using MongoDB Compass Community and also through our web application.

Now Finally I got solution using cmd docker-machine ip default , I got IP address after that I will execute cmd
docker run -p :27017 --name test -d mongo:3.6
then i will connect with my local application and MongoDB commuinty.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With