testcontainers-cpp 0.2.0
Native C++20 Testcontainers over the Docker Engine API
Loading...
Searching...
No Matches
Container.hpp File Reference
#include <chrono>
#include <cstdint>
#include <filesystem>
#include <optional>
#include <string>
#include <utility>
#include <vector>
#include "testcontainers/ContainerPort.hpp"
#include "testcontainers/ExecOptions.hpp"
#include "testcontainers/ExecResult.hpp"
#include "testcontainers/Lifecycle.hpp"
#include "testcontainers/TtySize.hpp"
#include "testcontainers/docker/DockerClient.hpp"
#include "testcontainers/docker/Logs.hpp"

Classes

class  testcontainers::Container
 A RAII handle to a running container, normally obtained from GenericImage::start(). More...

Namespaces

namespace  testcontainers

Enumerations

enum class  testcontainers::AdoptOwnership { testcontainers::Keep , testcontainers::RemoveOnDrop }
 Who removes an adopted container. More...