adfoster-r7
|
a81a71c5df
|
Run rubocop on post modules
|
2023-02-08 13:47:34 +00:00 |
|
james
|
b8d794cc37
|
Identify systemd-nspawn containers in checkcontainer
Check the value of the "container" environment variable:
- "lxc" indicates a LXC container
- "systemd-nspawn" indicates a systemd nspawn container
|
2017-08-06 00:46:09 -05:00 |
|
james
|
9858147dae
|
Add module to detect Docker and LXC containers
Detect Docker by:
- Presence of .dockerenv file.
- Finding "docker" in /proc/1/cgroup
Detect LXC by:
- Finding "lxc" in /proc/1/cgroup
|
2017-08-05 18:59:36 -05:00 |
|