mirror of https://github.com/containers/podman.git
Merge pull request #1862 from elimisteve/patch-1
podman_tutorial.md typo: arguement -> argument
This commit is contained in:
commit
5f8f15c797
|
@ -129,7 +129,7 @@ $ sudo podman inspect -l | grep IPAddress\":
|
|||
"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.
|
||||
|
||||
### Testing the httpd server
|
||||
|
|
Loading…
Reference in New Issue