🚨 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

VMware GemFire is a data management platform that provides real-time, consistent access to data-intensive applications throughout widely distributed cloud architectures.

Examples

GemFireClusterContainer<?> gemfire = new GemFireClusterContainer<>()
.acceptLicense()
gemfire.start();