From 27c675ede4839823831ecce0633f928794ad0ac1 Mon Sep 17 00:00:00 2001 From: cedricclyburn Date: Mon, 19 Feb 2024 19:46:23 +0000 Subject: [PATCH] =?UTF-8?q?[CI]=20Publish=20Documentation=20for=204cc9eaa2?= =?UTF-8?q?d8ac7ce1ff99373f1857b1de31e5bfc4=20-=204cc9eaa2d8ac7ce1ff99373f?= =?UTF-8?q?1857b1de31e5bfc4=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../running-containers.html | 18 ++++++++++++++++-- sitemap.xml | 12 ++++++------ 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/podman-desktop-tutorial/running-containers.html b/podman-desktop-tutorial/running-containers.html index 235b266..029b639 100644 --- a/podman-desktop-tutorial/running-containers.html +++ b/podman-desktop-tutorial/running-containers.html @@ -279,7 +279,7 @@

Authenticating, Tagging, and Pushing the Image

-

First, be sure to have an account with a free container registry, such as Quay.io or Docker Hub, where you can afterwards authenticate from Podman Desktop in Settings > Registries to push and share your container image.

+

With the functionality looking good, let’s share the image to a registry. First, be sure to have an account with a free container registry, such as Quay.io or Docker Hub, where you can afterwards authenticate from Podman Desktop in Settings > Registries to push and share your container image.

@@ -322,12 +322,26 @@

+
+ + + + + +
+ + +While Docker Hub will automatically make the image public, Quay.io 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’s visibility and permissions. +
+

Next Steps

- +
+

Congratulations! You’ve successfully built, run, and tested a multi-container application using Podman Desktop, as well as pushed the image to a OCI compliant registry. In the next step, you’ll learn more about working with multi-container applications, and how to manage and deploy them in a local Kubernetes cluster.

+