Sign inSign up

guni1192/syscall-exporter

By guni1192

•Updated almost 6 years ago

Image
0

361

guni1192/syscall-exporter repository overview

⁠syscall-exporter

⁠Quick Started

kubectl apply -f setup
kustomize build ./manifests/overlay/dev  | kubectl apply -f -

⁠Develop

docker run -it \
    --privileged \
    --net host \
    --pid host \
    -v /lib/modules:/lib/modules \
    -v /sys/kernel/debug:/sys/kernel/debug \
    -v /sys/fs/cgroup:/sys/fs/cgroup \
    -v /sys/fs/bpf:/sys/fs/bpf \
    -v /usr/src:/usr/src \
    guni1192/syscall-exporter

Tag summary

Content type

Image

Digest

Size

388.3 MB

Last updated

almost 6 years ago

docker pull guni1192/syscall-exporter