Skip to content

Commit

Permalink
update(cri): cri-dockerd support
Browse files Browse the repository at this point in the history
Signed-off-by: Melissa Kilby <[email protected]>
  • Loading branch information
incertum committed Jun 27, 2024
1 parent ae5fbf6 commit 59d83b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userspace/libsinsp/container_engine/cri.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ constexpr const cgroup_layout CRI_CGROUP_LAYOUT[] = {
{"/cri-containerd-", ".scope"}, // systemd containerd
{"/crio-", ".scope"}, // systemd cri-o
{":cri-containerd:", ""}, // containerd without "SystemdCgroup = true"
{"/docker-", ".scope"}, // systemd docker in cri-dockerd scenario
{nullptr, nullptr}
};
} // namespace
Expand Down

0 comments on commit 59d83b0

Please sign in to comment.