testcontainers-cpp 0.2.0
Native C++20 Testcontainers over the Docker Engine API
Loading...
Searching...
No Matches
testcontainers::VolumeInspect Struct Reference

The subset of GET /volumes/{name} we care about. More...

#include <testcontainers/docker/ContainerSpec.hpp>

Public Attributes

std::string name
 Name.
std::string driver
 Driver.
std::string mountpoint
 Mountpoint (host path on the daemon).
std::string scope
 Scope ("local" / "global").
std::map< std::string, std::string > labels
 Labels (null -> empty).
std::map< std::string, std::string > options
 Options (null -> empty).

Detailed Description

The subset of GET /volumes/{name} we care about.

Member Data Documentation

◆ name

std::string testcontainers::VolumeInspect::name

Name.

◆ driver

std::string testcontainers::VolumeInspect::driver

Driver.

◆ mountpoint

std::string testcontainers::VolumeInspect::mountpoint

Mountpoint (host path on the daemon).

◆ scope

std::string testcontainers::VolumeInspect::scope

Scope ("local" / "global").

◆ labels

std::map<std::string, std::string> testcontainers::VolumeInspect::labels

Labels (null -> empty).

◆ options

std::map<std::string, std::string> testcontainers::VolumeInspect::options

Options (null -> empty).