Skip to content

Commit

Permalink
[CI] Publish Documentation for 4cc9eaa - 4cc9eaa 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricclyburn committed Feb 19, 2024
1 parent 1208ad8 commit 27c675e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
18 changes: 16 additions & 2 deletions podman-desktop-tutorial/running-containers.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ <h2 id="_testing_the_multi_container_application"><a class="anchor" href="#_test
<h2 id="_authenticating_tagging_and_pushing_the_image"><a class="anchor" href="#_authenticating_tagging_and_pushing_the_image"></a>Authenticating, Tagging, and Pushing the Image</h2>
<div class="sectionbody">
<div class="paragraph">
<p>First, be sure to have an account with a free container registry, such as <a href="https://quay.io/">Quay.io</a> or <a href="https://hub.docker.com/">Docker Hub</a>, where you can afterwards authenticate from Podman Desktop in <strong>Settings &gt; Registries</strong> to push and share your container image.</p>
<p>With the functionality looking good, let&#8217;s share the image to a registry. First, be sure to have an account with a free container registry, such as <a href="https://quay.io/">Quay.io</a> or <a href="https://hub.docker.com/">Docker Hub</a>, where you can afterwards authenticate from Podman Desktop in <strong>Settings &gt; Registries</strong> to push and share your container image.</p>
</div>
<div class="imageblock">
<div class="content">
Expand Down Expand Up @@ -322,12 +322,26 @@ <h2 id="_authenticating_tagging_and_pushing_the_image"><a class="anchor" href="#
<img src="_images/podman-desktop-push-image-button.png" alt="Podman Desktop Push" width="600">
</div>
</div>
<div class="admonitionblock note">
<table>
<tr>
<td class="icon">
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
While Docker Hub will automatically make the image public, <a href="https://quay.io/">Quay.io</a> will require you to make the image public or share it with specific users or organizations, head to the web interface to manage the image&#8217;s visibility and permissions.
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_next_steps"><a class="anchor" href="#_next_steps"></a>Next Steps</h2>
<div class="sectionbody">

<div class="paragraph">
<p>Congratulations! You&#8217;ve successfully built, run, and tested a multi-container application using Podman Desktop, as well as pushed the image to a <a href="https://opencontainers.org/">OCI compliant</a> registry. In the next step, you&#8217;ll learn more about working with multi-container applications, and how to manage and deploy them in a local Kubernetes cluster.</p>
</div>
</div>
</div>
<nav class="pagination">
Expand Down
12 changes: 6 additions & 6 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://redhat-scholars.github.io/podman-desktop-tutorial/podman-desktop-tutorial/building-images.html</loc>
<lastmod>2024-02-19T19:38:52.168Z</lastmod>
<lastmod>2024-02-19T19:45:55.119Z</lastmod>
</url>
<url>
<loc>https://redhat-scholars.github.io/podman-desktop-tutorial/podman-desktop-tutorial/index.html</loc>
<lastmod>2024-02-19T19:38:52.168Z</lastmod>
<lastmod>2024-02-19T19:45:55.119Z</lastmod>
</url>
<url>
<loc>https://redhat-scholars.github.io/podman-desktop-tutorial/podman-desktop-tutorial/intro.html</loc>
<lastmod>2024-02-19T19:38:52.168Z</lastmod>
<lastmod>2024-02-19T19:45:55.119Z</lastmod>
</url>
<url>
<loc>https://redhat-scholars.github.io/podman-desktop-tutorial/podman-desktop-tutorial/podman-basics.html</loc>
<lastmod>2024-02-19T19:38:52.168Z</lastmod>
<lastmod>2024-02-19T19:45:55.119Z</lastmod>
</url>
<url>
<loc>https://redhat-scholars.github.io/podman-desktop-tutorial/podman-desktop-tutorial/running-containers.html</loc>
<lastmod>2024-02-19T19:38:52.168Z</lastmod>
<lastmod>2024-02-19T19:45:55.119Z</lastmod>
</url>
<url>
<loc>https://redhat-scholars.github.io/podman-desktop-tutorial/podman-desktop-tutorial/setup.html</loc>
<lastmod>2024-02-19T19:38:52.168Z</lastmod>
<lastmod>2024-02-19T19:45:55.119Z</lastmod>
</url>
</urlset>

0 comments on commit 27c675e

Please sign in to comment.