This commit is contained in:
felixfontein 2023-12-09 16:41:50 +00:00
parent 4763f114cb
commit 4b264acd3f
2 changed files with 2 additions and 2 deletions

View File

@ -199,7 +199,7 @@ see <a class="reference internal" href="#ansible-collections-community-docker-do
<ul class="simple"> <ul class="simple">
<li><p>Docker API &gt;= 1.25</p></li> <li><p>Docker API &gt;= 1.25</p></li>
<li><p>Docker SDK for Python: Please note that the <a class="reference external" href="https://pypi.org/project/docker-py/">docker-py</a> Python module has been superseded by <a class="reference external" href="https://pypi.org/project/docker/">docker</a> (see <a class="reference external" href="https://github.com/docker/docker-py/issues/1310">here</a> for details). Note that both modules should *not* be installed at the same time. Also note that when both modules are installed and one of them is uninstalled, the other might no longer function and a reinstall of it is required.</p></li> <li><p>Docker SDK for Python: Please note that the <a class="reference external" href="https://pypi.org/project/docker-py/">docker-py</a> Python module has been superseded by <a class="reference external" href="https://pypi.org/project/docker/">docker</a> (see <a class="reference external" href="https://github.com/docker/docker-py/issues/1310">here</a> for details). Note that both modules should *not* be installed at the same time. Also note that when both modules are installed and one of them is uninstalled, the other might no longer function and a reinstall of it is required.</p></li>
<li><p><a class="reference external" href="https://docker-py.readthedocs.io/en/stable/">Docker SDK for Python</a> &gt;= 1.8.0</p></li> <li><p><a class="reference external" href="https://docker-py.readthedocs.io/en/stable/">Docker SDK for Python</a> &gt;= 1.8.0, &lt; 7. Docker SDK for Python 7+ is incompatible to docker-compose v1.</p></li>
<li><p>PyYAML &gt;= 3.11</p></li> <li><p>PyYAML &gt;= 3.11</p></li>
<li><p>docker-compose &gt;= 1.7.0, &lt; 2.0.0</p></li> <li><p>docker-compose &gt;= 1.7.0, &lt; 2.0.0</p></li>
</ul> </ul>

File diff suppressed because one or more lines are too long