Merge pull request #10131 from eriksjolund/fix_markdown_layout_bugs

[CI:DOCS] Fix Markdown layout bugs
This commit is contained in:
OpenShift Merge Robot 2021-04-25 12:54:45 -04:00 committed by GitHub
commit 9ca53cfb4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1365,6 +1365,7 @@ $ podman create --name container1 -t -i fedora bash
$ podman create --name container2 -t -i fedora bash
$ podman create --name container3 --requires container1,container2 -t -i fedora bash
$ podman start --attach container3
```
### Configure keep supplemental groups for access to volume

View File

@ -1719,6 +1719,7 @@ Multiple containers can be required.
$ podman create --name container1 -t -i fedora bash
$ podman create --name container2 -t -i fedora bash
$ podman run --name container3 --requires container1,container2 -t -i fedora bash
```
### Configure keep supplemental groups for access to volume