Merge pull request #1862 from elimisteve/patch-1

podman_tutorial.md typo: arguement -> argument
This commit is contained in:
OpenShift Merge Robot
2018-11-25 04:43:37 -08:00
committed by GitHub

View File

@ -129,7 +129,7 @@ $ sudo podman inspect -l | grep IPAddress\":
"IPAddress": "10.88.6.140", "IPAddress": "10.88.6.140",
``` ```
Note: The -l is convenience arguement for **latest container**. You can also use the container's ID instead Note: The -l is a convenience argument for **latest container**. You can also use the container's ID instead
of -l. of -l.
### Testing the httpd server ### Testing the httpd server