This commit is contained in:
felixfontein
2023-12-31 09:42:37 +00:00
parent f58e0702c2
commit 1e24b4ca55
43 changed files with 607 additions and 10 deletions
+3 -2
View File
@@ -25,7 +25,7 @@
<script src="_static/js/theme.js"></script>
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="community.docker.docker_network module Manage Docker networks" href="docker_network_module.html" />
<link rel="prev" title="community.docker.docker_image_push module Push Docker images to registries" href="docker_image_push_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
<link rel="prev" title="community.docker.docker_image_tag module Tag Docker images with new names and/or tags" href="docker_image_tag_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
@@ -92,6 +92,7 @@
<li class="toctree-l1"><a class="reference internal" href="docker_image_load_module.html">community.docker.docker_image_load module Load docker image(s) from archives</a></li>
<li class="toctree-l1"><a class="reference internal" href="docker_image_pull_module.html">community.docker.docker_image_pull module Pull Docker images from registries</a></li>
<li class="toctree-l1"><a class="reference internal" href="docker_image_push_module.html">community.docker.docker_image_push module Push Docker images to registries</a></li>
<li class="toctree-l1"><a class="reference internal" href="docker_image_tag_module.html">community.docker.docker_image_tag module Tag Docker images with new names and/or tags</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">community.docker.docker_login module Log into a Docker registry.</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#synopsis">Synopsis</a></li>
<li class="toctree-l2"><a class="reference internal" href="#requirements">Requirements</a></li>
@@ -538,7 +539,7 @@ see <a class="reference internal" href="#ansible-collections-community-docker-do
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="docker_image_push_module.html" class="btn btn-neutral float-left" title="community.docker.docker_image_push module Push Docker images to registries" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="docker_image_tag_module.html" class="btn btn-neutral float-left" title="community.docker.docker_image_tag module Tag Docker images with new names and/or tags" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="docker_network_module.html" class="btn btn-neutral float-right" title="community.docker.docker_network module Manage Docker networks" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>