|
testcontainers-cpp 0.2.0
Native C++20 Testcontainers over the Docker Engine API
|
#include <functional>#include <string>Namespaces | |
| namespace | testcontainers |
Typedefs | |
| using | testcontainers::LifecycleHook = std::function<void(DockerClient&, const std::string&)> |
| A lifecycle hook: receives the Docker client and the container id at a defined point in the container's lifecycle. | |