testcontainers-cpp 0.2.0
Native C++20 Testcontainers over the Docker Engine API
Loading...
Searching...
No Matches
DockerHost.hpp File Reference
#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...