Introduction
MongoDB is NoSQL database platform. It doesn’t use a fixed data structure like old school RDBMS like MySQL and PostgreSQL. It makes MongoDB becomes more scalable, because we are not bound with field or relational limitation.
In this tutorial, I assume you have installed Docker in your machine. The steps should be the same for another image installation.