We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The nginx container is started before ig container
podman-map-uid-docs/README.md
Line 34 in b2aa020
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?
open()
I also tried adding --remote but the result was the same.
--remote
sudo podman --remote run -d --rm --name nginxtest -p 127.0.0.1:8080:80 docker.io/library/nginx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The nginx container is started before ig container
podman-map-uid-docs/README.md
Line 34 in b2aa020
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.The text was updated successfully, but these errors were encountered: