Container provider configuration #504
Replies: 2 comments 1 reply
-
I guess in 99% of the cases the provider will always be Docker even for Podman environments because the provider basically only changes the name of the default network from bridge to podman which only matters n cases when (multiple) networks are specified in the I'd be interested how often this feature is actually used because I'd somehow expect that users that want to use multiple containers/networks would rather go with a If testcontainers would support to configure the default provider from a Personally I can't recall to have ever used container networks at all with testcontainers 😄 but maybe I'm just not doing 'complex enough' tests 😄 |
Beta Was this translation helpful? Give feedback.
-
Closing this discussion as outdated, the discovery mechanism should detect the host and socket, which would be enough. |
Beta Was this translation helpful? Give feedback.
-
At this moment, it's possible to set the provider at the
ContainerRequest
level, but I'm not sure if somebody want to select the provider for each container.Instead, it seems to me that an initial configuration, probably at the properties level would be better.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions