I just downloaded Docker and created the MongoDB container on it.
I have successfully created the container and it is working on the port 168.192.99.100:32728 on my local machine. I'm confused how should I run mongo on my machine?
For example if we create the SQL container we can connect to the port using MySQL Workbench. How do i do something similar for Mongo?