testcontainers / testcontainers-python

Testcontainers is a Python library that providing a friendly API to run Docker container. It is designed to create runtime environment to use during your automatic tests.
https://testcontainers-python.readthedocs.io/en/latest/
Apache License 2.0
1.44k stars 270 forks source link

fix(DinD): add feature flag to re-enable DinD #622

Open alexanderankin opened 3 weeks ago

alexanderankin commented 3 weeks ago

Adds a feature flag to make DinD usable in a "backwards-compatible" way.

also fixes the ci/tests for it