Skip to content

Commit

Permalink
Merge pull request #10131 from eriksjolund/fix_markdown_layout_bugs
Browse files Browse the repository at this point in the history
[CI:DOCS] Fix Markdown layout bugs
  • Loading branch information
openshift-merge-robot authored Apr 25, 2021
2 parents ba60821 + a010bb9 commit 9ca53cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/markdown/podman-create.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docs/source/markdown/podman-run.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9ca53cf

Please sign in to comment.