Skip to content

Demo - Generic Container on Testcontainers C#

Demonstrates usage of the generic container API provided by the Testcontainers C library. In this demo, we do not use any module SDKs or test frameworks, just a simple main() function.

Running demo#

From the root of the repository:

cmake .
cmake --build .
cd demo/generic-container
./demo_generic_container.out

Sample output#

Sample Output