summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2018-10-13 04:56:33 -0700
committerGitHub <noreply@github.com>2018-10-13 04:56:33 -0700
commit2c4f3d6dad524ce9886b044ea7a22df05043264c (patch)
tree1f5bbccd42e843d223eaa5cfa08133253d5d1673 /docs
parentb0b6dc40bd916698f87bc68f7b4b603582e93ef2 (diff)
parent40cb7568017a36b411801608a32cdd8502287924 (diff)
downloadpodman-2c4f3d6dad524ce9886b044ea7a22df05043264c.tar.gz
podman-2c4f3d6dad524ce9886b044ea7a22df05043264c.tar.bz2
podman-2c4f3d6dad524ce9886b044ea7a22df05043264c.zip
Merge pull request #1635 from jwhonce/wip/pods
Add support for pod commands
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-pod-create.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-pod-create.1.md b/docs/podman-pod-create.1.md
index 2d1c7fdb3..673ad9a8c 100644
--- a/docs/podman-pod-create.1.md
+++ b/docs/podman-pod-create.1.md
@@ -15,7 +15,7 @@ containers added to it. The pod id is printed to STDOUT. You can then use
## OPTIONS
-**--cgroup-parent**=*true*|*false*
+**--cgroup-parent**=""
Path to cgroups under which the cgroup for the 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.