diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-04-20 22:14:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 22:14:53 -0400 |
commit | 101571dc6b02a042d5ad97de79b03d3ad5a1eeb6 (patch) | |
tree | 612cf929398c1a39a80224dbb619133459984b81 | |
parent | 2a32fc3e403e4b70fb68fda564cbdf33b7dd5326 (diff) | |
parent | c1f117e526378a2c4505949333dcd890b15523b0 (diff) | |
download | podman-101571dc6b02a042d5ad97de79b03d3ad5a1eeb6.tar.gz podman-101571dc6b02a042d5ad97de79b03d3ad5a1eeb6.tar.bz2 podman-101571dc6b02a042d5ad97de79b03d3ad5a1eeb6.zip |
Merge pull request #10093 from eriksjolund/fix_markdown_table_bug
[CI:DOCS] Fix Markdown table layout bugs
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 1 | ||||
-rw-r--r-- | docs/source/markdown/podman-run.1.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index 11a2410a8..059a09ae1 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -1014,6 +1014,7 @@ The first mapping step is derived by Podman from the contents of the file _/etc/subuid_ and the UID of the user calling Podman. First mapping step: + | host UID | intermediate UID | | - | - | | UID for the user starting Podman | 0 | diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index e149c8531..b607a65ff 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -1086,6 +1086,7 @@ The first mapping step is derived by Podman from the contents of the file _/etc/subuid_ and the UID of the user calling Podman. First mapping step: + | host UID | intermediate UID | | - | - | | UID for the user starting Podman | 0 | |