Manage lifecycle of Docker containers during Tox test runs. Version 5.0.0 introduces a major breaking change: tox-docker is now a plug-in installable via the pyproject.toml [tox.env_run_base] requires or as a plugin. Requires tox 4+.
pip install tox-dockerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure tox-docker as a plugin, then run tox. Containers defined via `docker` option in testenv are started/teardown automatically.
Upgrade tox to >=4.0.0 and follow new plugin configuration: add 'requires = tox-docker' to tox.ini or pyproject.toml.
If you need custom options, switch to docker-compose integration or use the container_options in configuration.
Rename 'docker_compose' to 'compose' in tox.ini.
Define containers under a global ['docker'] section but note they are still per-environment.
Run `pip install docker` if not already installed.