Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Copied from @TeeVenDick patch containers#9072

Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
ChaosEx authored and rhatdan committed Jan 25, 2021
1 parent b4b7838 commit 75698b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/Introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 75698b4

Please sign in to comment.