diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-10 10:20:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 10:20:45 +0000 |
commit | c4a35313c93b4384766af914bd1241bb77ebdbe5 (patch) | |
tree | 3f8ae6fd22ad1065d4df83ab6f717cf7497f6ca7 /docs/source/markdown/options/cgroup-parent.md | |
parent | 84502fc1447867aba66ea6725e22bb57cddce42c (diff) | |
parent | 2bcee9f627b2cd1e3fe588b581aff05821f5841d (diff) | |
download | podman-c4a35313c93b4384766af914bd1241bb77ebdbe5.tar.gz podman-c4a35313c93b4384766af914bd1241bb77ebdbe5.tar.bz2 podman-c4a35313c93b4384766af914bd1241bb77ebdbe5.zip |
Merge pull request #15260 from edsantiago/docs_dedup_continued
Man pages: refactor common options
Diffstat (limited to 'docs/source/markdown/options/cgroup-parent.md')
-rw-r--r-- | docs/source/markdown/options/cgroup-parent.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/markdown/options/cgroup-parent.md b/docs/source/markdown/options/cgroup-parent.md new file mode 100644 index 000000000..f376e4860 --- /dev/null +++ b/docs/source/markdown/options/cgroup-parent.md @@ -0,0 +1,5 @@ +#### **--cgroup-parent**=*path* + +Path to cgroups under which the cgroup for the <<container|pod>> will be created. If the +path is not absolute, the path is considered to be relative to the cgroups path +of the init process. Cgroups will be created if they do not already exist. |