mirror of https://github.com/containers/podman.git
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:
parent
95c7d20142
commit
76915d5ffd
|
@ -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",
|
||||
|
|
|
@ -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"**
|
||||
|
||||
|
|
Loading…
Reference in New Issue