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

Documentation

Java Go

Community Module

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

Description

OpenSearch is a scalable, flexible, and extensible open-source software suite for search, analytics, and observability applications licensed under Apache 2.0 and powered by Apache Lucene.

Examples

var opensearch = new OpensearchContainer(DockerImageName.parse("opensearchproject/opensearch:2.0.0"));
opensearch.start();
opensearchContainer, err := opensearch.RunContainer(ctx, testcontainers.WithImage("opensearchproject/opensearch:2.11.1"))