mirror of https://github.com/containers/podman.git
Merge pull request #15100 from emansom/bugfix/grammar
[QE:DOCS] docs: resolve typo in create,run manpages
This commit is contained in:
commit
ef6f5a9ea8
|
@ -1571,7 +1571,7 @@ $ podman create -v /var/lib/design:/var/lib/design --group-add keep-groups ubi8
|
||||||
### Configure execution domain for containers using personality flag
|
### Configure execution domain for containers using personality flag
|
||||||
|
|
||||||
```
|
```
|
||||||
$ podman create --name container1 --personaity=LINUX32 fedora bash
|
$ podman create --name container1 --personality=LINUX32 fedora bash
|
||||||
```
|
```
|
||||||
|
|
||||||
### Create a container with external rootfs mounted as an overlay
|
### Create a container with external rootfs mounted as an overlay
|
||||||
|
|
|
@ -1924,7 +1924,7 @@ $ podman run -v /var/lib/design:/var/lib/design --group-add keep-groups ubi8
|
||||||
### Configure execution domain for containers using personality flag
|
### Configure execution domain for containers using personality flag
|
||||||
|
|
||||||
```
|
```
|
||||||
$ podman run --name container1 --personaity=LINUX32 fedora bash
|
$ podman run --name container1 --personality=LINUX32 fedora bash
|
||||||
```
|
```
|
||||||
|
|
||||||
### Run a container with external rootfs mounted as an overlay
|
### Run a container with external rootfs mounted as an overlay
|
||||||
|
|
Loading…
Reference in New Issue