🚀 Our inaugural State of Local Development and Testing report is live! Explore insights & best practices now

Documentation

Java

Official Modules

AtomicJar partners with software vendors to maintain and certify official modules.

Community Modules

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

Description

Dapr is a CNCF and open-source project to enable developers with a consistent set of application-level APIs to develop faster cloud-native applications.

Examples

var dapr = new DaprContainer("daprio/daprd:1.12.0");
dapr.start();