|
testcontainers-cpp 0.2.0
Native C++20 Testcontainers over the Docker Engine API
|
#include <chrono>#include <cstdint>#include <map>#include <memory>#include <string>#include <utility>#include <vector>#include "testcontainers/ContainerPort.hpp"#include "testcontainers/docker/Logs.hpp"Classes | |
| class | testcontainers::DockerComposeContainer |
| A RAII handle to a running Docker Compose project. More... | |
Namespaces | |
| namespace | testcontainers |
Enumerations | |
| enum class | testcontainers::ComposeClientKind { testcontainers::Local , testcontainers::Containerised , testcontainers::Auto } |
| Which compose client drives the project. More... | |