sysdig icon indicating copy to clipboard operation
sysdig copied to clipboard

Sysdig doesn't seem to capture read operations over container process #1 binary file

Open mateobur opened this issue 6 years ago • 1 comments

Foe example, booting a new nginx container I don't get any file read operation over '/usr/sbin/nginx'

How to reproduce:

Start the capture using:

# sysdig -pc container.name != host -w nginxdump

A couple of seconds later I launch a new nginx cotainer:

# docker run -d -P nginx

The resulting capture doesn't contain any file read for '/usr/sbin/nginx', even though 'lsof' inside the container shows it.

mateobur avatar May 30 '18 12:05 mateobur

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Feb 23 '23 02:02 github-actions[bot]