This commit is contained in:
felixfontein
2025-10-15 19:56:24 +00:00
parent 8e8fd85a61
commit b09be31d87
9 changed files with 11 additions and 14 deletions
+1 -2
View File
@@ -207,9 +207,8 @@ see <a class="reference internal" href="#ansible-collections-community-docker-do
<p>The below requirements are needed on the host that executes this module.</p>
<ul class="simple">
<li><p>Docker API &gt;= 1.30</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). This module does *not* work with docker-py.</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). This module does <strong>not</strong> work with docker-py.</p></li>
<li><p><a class="reference external" href="https://docker-py.readthedocs.io/en/stable/">Docker SDK for Python</a> &gt;= 2.6.0</p></li>
<li><p>Python &gt;= 2.7</p></li>
</ul>
</section>
<section id="parameters">