Skip to content

Commit 1d31265

Browse files
Merge pull request #25776 from subrat-lima/docs-introduction
docs: delete the duplicated phrase in introduction page
2 parents ed34015 + 64f822f commit 1d31265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/Introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Sometimes we can find a publicly available container image for the exact workloa
3636

3737
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.
3838

39-
Here's an example of how to build a build a container image from content that resides in a git repository::
39+
Here's an example of how to build a container image from content that resides in a git repository::
4040

4141
podman build -t hello https://github.com/containers/PodmanHello.git
4242

0 commit comments

Comments
 (0)