|
testcontainers-cpp 0.2.0
Native C++20 Testcontainers over the Docker Engine API
|
One attached container's endpoint on a network (a Containers map entry in GET /networks/{id}). More...
#include <testcontainers/docker/ContainerSpec.hpp>
Public Attributes | |
| std::string | name |
| container name | |
| std::string | endpoint_id |
| EndpointID. | |
| std::string | mac_address |
| MacAddress. | |
| std::string | ipv4_address |
| CIDR form, e.g. "172.18.0.2/16"; "" when absent. | |
| std::string | ipv6_address |
| CIDR form; "" when absent. | |
One attached container's endpoint on a network (a Containers map entry in GET /networks/{id}).
| std::string testcontainers::NetworkEndpoint::name |
container name
| std::string testcontainers::NetworkEndpoint::endpoint_id |
EndpointID.
| std::string testcontainers::NetworkEndpoint::mac_address |
MacAddress.
| std::string testcontainers::NetworkEndpoint::ipv4_address |
CIDR form, e.g. "172.18.0.2/16"; "" when absent.
| std::string testcontainers::NetworkEndpoint::ipv6_address |
CIDR form; "" when absent.