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.
From the root of the repository:
cmake .
cmake --build .
cd demo/generic-container
./demo_generic_container.out