|
testcontainers-cpp 0.2.0
Native C++20 Testcontainers over the Docker Engine API
|
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). | |
The subset of GET /volumes/{name} we care about.
| std::string testcontainers::VolumeInspect::name |
Name.
| std::string testcontainers::VolumeInspect::driver |
Driver.
| std::string testcontainers::VolumeInspect::mountpoint |
Mountpoint (host path on the daemon).
| std::string testcontainers::VolumeInspect::scope |
Scope ("local" / "global").
| std::map<std::string, std::string> testcontainers::VolumeInspect::labels |
Labels (null -> empty).
| std::map<std::string, std::string> testcontainers::VolumeInspect::options |
Options (null -> empty).