From 64f822f85726ebd4f063bb54e23f3a6788447405 Mon Sep 17 00:00:00 2001 From: Subrat Lima Date: Thu, 3 Apr 2025 09:53:12 +0530 Subject: [PATCH] docs: delete the duplicated phrase in introduction page Signed-off-by: Subrat Lima --- docs/source/Introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Introduction.rst b/docs/source/Introduction.rst index 658188cca9..9a03ad1e41 100644 --- a/docs/source/Introduction.rst +++ b/docs/source/Introduction.rst @@ -36,7 +36,7 @@ Sometimes we can find a publicly available container image for the exact workloa Container Images aren’t actually images. They are repositories often made up of multiple layers. These layers can easily be added, saved, and shared with others by using a Containerfile (Dockerfile). This single file often contains all the instructions needed to build a new container image and can easily be shared with others publicly using tools like GitHub. -Here's an example of how to build a build a container image from content that resides in a git repository:: +Here's an example of how to build a container image from content that resides in a git repository:: podman build -t hello https://github.com/containers/PodmanHello.git