|
testcontainers-cpp 0.2.0
Native C++20 Testcontainers over the Docker Engine API
|
#include <cstdint>#include <optional>#include <string>Classes | |
| struct | testcontainers::TlsMaterials |
| TLS material paths attached to a resolved endpoint — filled by DockerHost::resolve() when the active docker context stores them (~/.docker/contexts/tls/...). More... | |
| class | testcontainers::DockerHost |
| A resolved Docker daemon endpoint: where and how to reach the daemon. More... | |
Namespaces | |
| namespace | testcontainers |
Enumerations | |
| enum class | testcontainers::DockerScheme { testcontainers::Unix , testcontainers::NamedPipe , testcontainers::Tcp , testcontainers::Https } |
| Transport scheme of a resolved Docker daemon endpoint. More... | |