summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-01-25 20:48:51 +0100
committerGitHub <noreply@github.com>2021-01-25 20:48:51 +0100
commit23b879d72f9e2cf2b2d3924399605e0edebaa977 (patch)
treecd55bea28d7fb25c310521eeeb6edbef4cec5c09 /docs
parentf4e857245ab5ad414c466158775b14eeb268181d (diff)
parent75698b4b7822a1933bc0afb64fd745cf5409a0d6 (diff)
downloadpodman-23b879d72f9e2cf2b2d3924399605e0edebaa977.tar.gz
podman-23b879d72f9e2cf2b2d3924399605e0edebaa977.tar.bz2
podman-23b879d72f9e2cf2b2d3924399605e0edebaa977.zip
Merge pull request #9085 from rhatdan/docs
Fix typo
Diffstat (limited to 'docs')
-rw-r--r--docs/source/Introduction.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/Introduction.rst b/docs/source/Introduction.rst
index 9dcae8a83..9fdce6962 100644
--- a/docs/source/Introduction.rst
+++ b/docs/source/Introduction.rst
@@ -34,7 +34,7 @@ Sometimes we can find a publicly available container image for the exact workloa
Container Images aren’t actually images, they’re 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 the new and can easily be shared with others publicly using tools like GitHub.
-Here's an example of how to build an Nginx web server on top of a Debian base image using the Dockerfile maintained by Nginx and published in GitHub::
+Here's an example of how to build a Nginx web server on top of a Debian base image using the Dockerfile maintained by Nginx and published in GitHub::
podman build -t nginx https://git.io/Jf8ol
@@ -62,7 +62,7 @@ Input::
Password: ********
Login Succeeded!
-Nex, tag the image so that we can push it into our user account::
+Next, tag the image so that we can push it into our user account::
podman tag localhost/nginx quay.io/USERNAME/nginx