Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start the ig container before the nginx container #5

Open
eriksjolund opened this issue Sep 17, 2023 · 0 comments
Open

start the ig container before the nginx container #5

eriksjolund opened this issue Sep 17, 2023 · 0 comments

Comments

@eriksjolund
Copy link
Owner

The nginx container is started before ig container

sudo podman run -d --rm --name nginxtest -p 127.0.0.1:8080:80 docker.io/library/nginx

This means that there is no tracing of the nginx container from the beginning of its lifetime.

Change this. Start the ig container before the nginx container so that the whole lifetime of nginx can be traced.

I tried out reversing the order, but it didn't work. No open() system calls were logged. Why is this not working?

I also tried adding --remote but the result was the same.

sudo podman --remote run -d --rm --name nginxtest -p 127.0.0.1:8080:80 docker.io/library/nginx 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant