After installing MongoDB on a server, a separate executable named mongo is also installed. Here is an example of opening the shell without any parameters from the Docker container mentioned at the start of this chapter:
From this prompt, you are now able to view database information and query collections and perform other vital database operations.
IMPORTANT: As the MongoDB Docker team updates the official image, the version of MongoDB and initial mongo shell output will differ from what you see in the preceding screenshot.