From 75c9ca871cd428c408074d72b3d9a0e9b3b0076a Mon Sep 17 00:00:00 2001 From: Rajakavitha Kodhandapani Date: Fri, 27 Jun 2025 15:18:34 +0530 Subject: [PATCH] Install Podman for Running Containers * fixed a typo --- docs/guides/applications/containers/using-podman/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/applications/containers/using-podman/index.md b/docs/guides/applications/containers/using-podman/index.md index 5c1964dd689..4b6737bc803 100644 --- a/docs/guides/applications/containers/using-podman/index.md +++ b/docs/guides/applications/containers/using-podman/index.md @@ -2,7 +2,7 @@ slug: using-podman title: "Install Podman for Running Containers" title_meta: "How to Install Podman for Running Containers" -description: "Podman has risen as a compelling alternative to Docker for deploying and managing containers. Podman stands out for its daemonless architecture, which gives it true rootless containers and heightened security. In this tutorial, find out all you need to get started installing and using Pdoman for running containers." +description: "Podman has risen as a compelling alternative to Docker for deploying and managing containers. Podman stands out for its daemonless architecture, which gives it true rootless containers and heightened security. In this tutorial, find out all you need to get started installing and using Podman for running containers." authors: ["Nathaniel Stickman"] contributors: ["Nathaniel Stickman"] published: 2022-07-26