diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-23 09:24:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-23 09:24:14 -0400 |
commit | c5abac27b53d2ebfb22d774078be0ebf68d42e4b (patch) | |
tree | 18ed5ff2e2f1c7b137651a518ebb8de5a507c5d9 /docs | |
parent | 498fe67ef7050f4cf7849a5c5545cbe5a9dd9cd8 (diff) | |
parent | 0f768cef3b2a7ca0f2e60c78c7f7f1ffd8e048ae (diff) | |
download | podman-c5abac27b53d2ebfb22d774078be0ebf68d42e4b.tar.gz podman-c5abac27b53d2ebfb22d774078be0ebf68d42e4b.tar.bz2 podman-c5abac27b53d2ebfb22d774078be0ebf68d42e4b.zip |
Merge pull request #15420 from sstosh/fix-trouble
[CI:DOCS] Update Troubleshooting.md
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-create.1.md.in | 2 | ||||
-rw-r--r-- | docs/source/markdown/podman-run.1.md.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-create.1.md.in b/docs/source/markdown/podman-create.1.md.in index b943783cb..6af14e4ba 100644 --- a/docs/source/markdown/podman-create.1.md.in +++ b/docs/source/markdown/podman-create.1.md.in @@ -127,7 +127,7 @@ for **--cpu-period** and **--cpu-quota**, so you may only set either On some systems, changing the CPU limits may not be allowed for non-root users. For more details, see -https://github.com/containers/podman/blob/main/troubleshooting.md#26-running-containers-with-cpu-limits-fails-with-a-permissions-error +https://github.com/containers/podman/blob/main/troubleshooting.md#26-running-containers-with-resource-limits-fails-with-a-permissions-error @@option cpuset-cpus diff --git a/docs/source/markdown/podman-run.1.md.in b/docs/source/markdown/podman-run.1.md.in index 077ad7a4a..a75111d13 100644 --- a/docs/source/markdown/podman-run.1.md.in +++ b/docs/source/markdown/podman-run.1.md.in @@ -142,7 +142,7 @@ for **--cpu-period** and **--cpu-quota**, so you may only set either On some systems, changing the CPU limits may not be allowed for non-root users. For more details, see -https://github.com/containers/podman/blob/main/troubleshooting.md#26-running-containers-with-cpu-limits-fails-with-a-permissions-error +https://github.com/containers/podman/blob/main/troubleshooting.md#26-running-containers-with-resource-limits-fails-with-a-permissions-error @@option cpuset-cpus |