Filip Davidovic
Results
1
issues of
Filip Davidovic
Hi, I am trying to profile containers using `strace`. The command I use is: `strace -ff -o /log/trace.log tini -- /entrypoint-wrapper.sh /original-entrypoint.sh` (note `-ff` which follows `fork` calls). As you...