🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

Java

Community Module

These modules are maintained by the community, outside of the Testcontainers project.

Description

Meilisearch is a flexible and powerful user-focused search engine that can be added to any website or application.

Examples

var meilisearch = new MeilisearchContainer(DockerImageName.parse("getmeili/meilisearch:latest"))
  .withMasterKey("masterKey");
meilisearch.start();