mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
14 lines
354 B
Markdown
14 lines
354 B
Markdown
|
# 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
|
||
|
|