Getting Started

  1. Install Docker Desktop for your platform
  2. Open a terminal window, and invoke docker-compose pull
  3. Invoke docker-compose up -d
  4. docker-compose ps should confirm that the mongodb container is up, listening on port 27017
  5. Install and run MongoDB Compass
  6. Use Compass to connect to the running monogdb container