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 +