I started two containers, the first container running my php application and the second container running reli-prof
The namespace "--pid=container:<container_name>" is shared with the container. And I can see my php process in the reli container
Run "./reli i:trace -p "
Error "failed to read memory. target_pid=, remote_address=0x55555681f420, errno=38"
Is there currently no support for tracking between containers?
Or is it because the php program is running in a container and cannot be traced back to the host's memory information?
Hope to get your reply, thank you very much