Skip to content

Commit

Permalink
deploy: 6366464
Browse files Browse the repository at this point in the history
  • Loading branch information
tigattack committed Feb 16, 2024
1 parent 8da7c6c commit 1f0e0fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pr/800/docker_plugin_module.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ <h2><a class="toc-backref" href="#id1" role="doc-backlink">Synopsis</a><a class=
<ul class="simple">
<li><p>This module allows to install, delete, enable and disable Docker plugins.</p></li>
<li><p>Performs largely the same function as the <code class="docutils literal notranslate"><span class="pre">docker</span> <span class="pre">plugin</span></code> CLI subcommand.</p></li>
<li><p>The <code class="docutils literal notranslate"><span class="pre">--grant-all-permissions</span></code> CLI flag is true by default in this module.</p></li>
</ul>
</section>
<section id="requirements">
Expand Down Expand Up @@ -463,6 +462,7 @@ <h2><a class="toc-backref" href="#id5" role="doc-backlink">Notes</a><a class="he
<div class="admonition note">
<p class="admonition-title">Note</p>
<ul class="simple">
<li><p>The <code class="docutils literal notranslate"><span class="pre">--grant-all-permissions</span></code> CLI flag is true by default in this module.</p></li>
<li><p>Connect to the Docker daemon by providing parameters with each task or by defining environment variables. You can define <a class="reference internal" href="docsite/scenario_guide.html#envvar-DOCKER_HOST"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">DOCKER_HOST</span></code></a>, <a class="reference internal" href="docsite/scenario_guide.html#envvar-DOCKER_TLS_HOSTNAME"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">DOCKER_TLS_HOSTNAME</span></code></a>, <a class="reference internal" href="docsite/scenario_guide.html#envvar-DOCKER_API_VERSION"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">DOCKER_API_VERSION</span></code></a>, <a class="reference internal" href="docsite/scenario_guide.html#envvar-DOCKER_CERT_PATH"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">DOCKER_CERT_PATH</span></code></a>, <a class="reference internal" href="docsite/scenario_guide.html#envvar-DOCKER_SSL_VERSION"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">DOCKER_SSL_VERSION</span></code></a>, <a class="reference internal" href="docsite/scenario_guide.html#envvar-DOCKER_TLS"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">DOCKER_TLS</span></code></a>, <a class="reference internal" href="docsite/scenario_guide.html#envvar-DOCKER_TLS_VERIFY"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">DOCKER_TLS_VERIFY</span></code></a> and <a class="reference internal" href="docsite/scenario_guide.html#envvar-DOCKER_TIMEOUT"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">DOCKER_TIMEOUT</span></code></a>. If you are using docker machine, run the script shipped with the product that sets up the environment. It will set these variables for you. See <a class="reference external" href="https://docs.docker.com/machine/reference/env/">https://docs.docker.com/machine/reference/env/</a> for more details.</p></li>
<li><p>This module does <strong>not</strong> use the <a class="reference external" href="https://docker-py.readthedocs.io/en/stable/">Docker SDK for Python</a> to communicate with the Docker daemon. It uses code derived from the Docker SDK or Python that is included in this collection.</p></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion pr/800/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 1f0e0fd

Please sign in to comment.