MongoDB is a cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas.
This is a quick deployment and ready-to-run container image.
Simple and rapid installation. Easy to maintain.
Connecting to MongoDB container using Robo3T
How to create and configure the Azure Container Registry and to start creating the Container, you can find Here
- While creating a container, port 27017 TCP should be opened.
- Go to the download page of Robo 3T – Download
- Download the portable(.zip) or the installer (.exe)
- If the portable version was downloaded, unpack the archive “robo3t-1.4.1-windows-x86_64-122dbd9.zip” and run the file robo3t.exe
If you’ve downloaded the installer, run the file “robo3t-1.4.1-windows-x86_64-122dbd9.exe” and finish the installation process. After that open the Robo 3T app through the start menu. - When you start the app, the window with the creation of the connection opens. If this did not happen, click “File” > “Connect…” in the upper right corner.
- In the “Connections” window click on “Create”.
- In the “Connection” tab in the “Name” field name the connection in any convenient way. In the “Address” field, specify the IP address of the container.
- Click <Save> to save the connection.
- Select just created connection from the list and click <Connect>.