Redis – Start MongoDb Test Container with credentials
I am able to start the mongo image, insert and read data just fine using the snippet below. Similar to the redis example on testcontainers.org. private static final int MONGO_PORT = 27017; @ClassRule public static MongoDBContainer mongo = new MongoDBContainer("mongo:3.2.4")…