Mention that systemd is the default cgroup manager

Update docs to reflect our changed default CGroup manager.

Fixes: #1292

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #1293
Approved by: baude
This commit is contained in:
Matthew Heon 2018-08-17 14:04:23 -04:00 committed by Atomic Bot
parent 95c7d20142
commit 76915d5ffd
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ func main() {
app.Flags = []cli.Flag{
cli.StringFlag{
Name: "cgroup-manager",
Usage: "cgroup manager to use (cgroupfs or systemd, default cgroupfs)",
Usage: "cgroup manager to use (cgroupfs or systemd, default systemd)",
},
cli.StringFlag{
Name: "cni-config-dir",

View File

@ -25,7 +25,7 @@ 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.
CGroup manager to use for container cgroups. Supported values are cgroupfs or systemd (default). 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"**