You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The image ID is not captured by the benchmark driver. We should try to. Basically if /proc/self/cgroup has the right information in it, you can determine that you are running inside a container:
If that is the case, and if the container is running with --volume /var/run/docker.sock:/var/run/docker.sock you can query the container attributes using:
The image ID is not captured by the benchmark driver. We should try to. Basically if
/proc/self/cgroup
has the right information in it, you can determine that you are running inside a container:For example:
If that is the case, and if the container is running with
--volume /var/run/docker.sock:/var/run/docker.sock
you can query the container attributes using:That returns a lot more information than one may want, but we should be able to get the data using something like:
The text was updated successfully, but these errors were encountered: