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

Wait until the container stops, optionally with a specific exit code. More...

#include <testcontainers/WaitFor.hpp>

Public Attributes

std::optional< std::int64_t > code
 required exit code, or any if unset

Detailed Description

Wait until the container stops, optionally with a specific exit code.

Member Data Documentation

◆ code

std::optional<std::int64_t> testcontainers::wait_for::Exit::code

required exit code, or any if unset