Search⌘ K

Challenge: Running MongoDB Database

Explore how to launch a MongoDB database container using Docker by configuring an interactive container with a persistent volume, exposing ports, and setting root user credentials. This lesson helps you practice running databases in Docker for web development.

We'll cover the following...

MongoDB

Find the official image on the Docker hub for MongoDB and launch its container in the terminal below, fulfilling the following requirements:

  • An
...