testcontainers-cpp 0.2.0
Native C++20 Testcontainers over the Docker Engine API
Loading...
Searching...
No Matches
API reference

Generated from the public headers of testcontainers-cpp — the native C++20 port of Testcontainers. Guides, quick starts, and module walkthroughs live on the documentation site.

Everything below lives in namespace testcontainers; include testcontainers/testcontainers.hpp for the whole core API, or the individual headers named on each page.

Core entry points

Modules

Prebuilt technology wrappers (link testcontainers::modules, include testcontainers/modules.hpp or a per-module header): testcontainers::modules::RedisImage, testcontainers::modules::PostgreSQLImage, testcontainers::modules::MySQLImage, testcontainers::modules::MariaDBImage, testcontainers::modules::KafkaImage, testcontainers::modules::RabbitMQImage, testcontainers::modules::MongoDBImage, testcontainers::modules::NATSImage, testcontainers::modules::MosquittoImage, testcontainers::modules::ClickHouseImage, testcontainers::modules::MinIOImage, testcontainers::modules::RustFSImage, testcontainers::modules::ScyllaDBImage, testcontainers::modules::OpenSearchImage — each with its started-handle twin (RedisContainer, …).