From 853c5c41f1a0f65815674cce0777a20de24c8309 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 21 Mar 2018 12:19:26 -0400 Subject: Add --cgroup-manager flag to Podman binary Signed-off-by: Matthew Heon Closes: #507 Approved by: baude --- docs/podman.1.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/podman.1.md') diff --git a/docs/podman.1.md b/docs/podman.1.md index 3e0c59232..bf9b19c0c 100644 --- a/docs/podman.1.md +++ b/docs/podman.1.md @@ -23,6 +23,9 @@ has the capability to debug pods/images created by crio. **--help, -h** Print usage statement +**--cgroup-manager** + CGroup manager to use for container cgroups. Supported values are cgroupfs (default) or systemd. Setting this flag can cause certain commands to break when called on containers created by the other CGroup manager type. + **--config value, -c**=**"config.file"** Path of a config file detailing container server configuration options -- cgit v1.2.3-54-g00ecf