From aff6943d0717ff88c557cd3e778ab29bada0b6a4 Mon Sep 17 00:00:00 2001 From: Bradley Cicenas Date: Sat, 10 Jun 2017 15:25:18 +0000 Subject: [PATCH] add runc connector doc --- _docs/connectors/runc.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _docs/connectors/runc.md diff --git a/_docs/connectors/runc.md b/_docs/connectors/runc.md new file mode 100644 index 0000000..b96f6a9 --- /dev/null +++ b/_docs/connectors/runc.md @@ -0,0 +1,13 @@ +# runc + +`ctop` comes with a native connector for runc containers and can be enabled via the `--connector runc` option. + +## Options + +Default connector behavior can be changed by setting the below environment variables: + +Var | Description +--- | --- +RUNC_ROOT | path to runc root (default: `/run/runc`) +RUNC_SYSTEMD_CGROUP | if set, enable systemd cgroups +