Skip to content

Commit

Permalink
in_docker: Implement a capability for cgroups V2
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 authored and edsiper committed Oct 26, 2023
1 parent 747a620 commit d98e273
Show file tree
Hide file tree
Showing 4 changed files with 507 additions and 4 deletions.
1 change: 1 addition & 0 deletions plugins/in_docker/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
set(src
docker.c
cgroup_v1.c
cgroup_v2.c
)

FLB_PLUGIN(in_docker "${src}" "")
Loading

0 comments on commit d98e273

Please sign in to comment.