mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-09-17 13:20:23 +00:00
deploy: 5cb24d2e69
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<script src="../_static/sphinx_highlight.js"></script>
|
||||
<script src="../_static/js/theme.js"></script>
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="next" title="community.docker.docker connection – Run tasks in docker containers" href="../docker_connection.html" />
|
||||
<link rel="next" title="community.docker.current_container_facts module – Return facts about whether the module runs in a Docker container" href="../current_container_facts_module.html" />
|
||||
<link rel="prev" title="Community.Docker" href="../index.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
|
||||
|
||||
|
||||
@@ -94,12 +94,6 @@
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../docker_connection.html">community.docker.docker connection – Run tasks in docker containers</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../docker_api_connection.html">community.docker.docker_api connection – Run tasks in docker containers</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../nsenter_connection.html">community.docker.nsenter connection – execute on host running controller container</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../docker_containers_inventory.html">community.docker.docker_containers inventory – Ansible dynamic inventory plugin for Docker containers</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../docker_machine_inventory.html">community.docker.docker_machine inventory – Docker Machine inventory source</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../docker_swarm_inventory.html">community.docker.docker_swarm inventory – Ansible dynamic inventory plugin for Docker swarm nodes.</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../current_container_facts_module.html">community.docker.current_container_facts module – Return facts about whether the module runs in a Docker container</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../docker_compose_module.html">community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../docker_config_module.html">community.docker.docker_config module – Manage docker configs.</a></li>
|
||||
@@ -128,6 +122,16 @@
|
||||
<li class="toctree-l1"><a class="reference internal" href="../docker_volume_module.html">community.docker.docker_volume module – Manage Docker volumes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../docker_volume_info_module.html">community.docker.docker_volume_info module – Retrieve facts about Docker volumes</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../docker_connection.html">community.docker.docker connection – Run tasks in docker containers</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../docker_api_connection.html">community.docker.docker_api connection – Run tasks in docker containers</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../nsenter_connection.html">community.docker.nsenter connection – execute on host running controller container</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../docker_containers_inventory.html">community.docker.docker_containers inventory – Ansible dynamic inventory plugin for Docker containers</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../docker_machine_inventory.html">community.docker.docker_machine inventory – Docker Machine inventory source</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../docker_swarm_inventory.html">community.docker.docker_swarm inventory – Ansible dynamic inventory plugin for Docker swarm nodes.</a></li>
|
||||
</ul>
|
||||
<!-- extra nav elements for Ansible beyond RTD Sphinx Theme -->
|
||||
|
||||
</div>
|
||||
@@ -344,7 +348,7 @@ Supports compose versions 1 and 2.</p>
|
||||
|
||||
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
||||
<a href="../index.html" class="btn btn-neutral float-left" title="Community.Docker" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
|
||||
<a href="../docker_connection.html" class="btn btn-neutral float-right" title="community.docker.docker connection – Run tasks in docker containers" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
||||
<a href="../current_container_facts_module.html" class="btn btn-neutral float-right" title="community.docker.current_container_facts module – Return facts about whether the module runs in a Docker container" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
||||
</div>
|
||||
|
||||
<hr/>
|
||||
|
||||
Reference in New Issue
Block a user