testcontainers-cpp 0.2.0
Native C++20 Testcontainers over the Docker Engine API
Loading...
Searching...
No Matches
Mount.hpp File Reference
#include <cstdint>
#include <optional>
#include <string>
#include <utility>

Classes

class  testcontainers::Mount
 A single filesystem mount for a container, mapping to one entry of Docker's create-body HostConfig.Mounts array. More...

Namespaces

namespace  testcontainers

Enumerations

enum class  testcontainers::MountType { testcontainers::Bind , testcontainers::Volume , testcontainers::Tmpfs }
 How a mount is sourced, mirroring Docker's HostConfig.Mounts[].Type. More...