mirror of https://github.com/docker/docs.git
Update runmetrics.md - fix broken link
Fix link to correct anchor, add space.
This commit is contained in:
parent
964b492b40
commit
3d2f49842c
|
@ -303,7 +303,7 @@ container, we need to:
|
|||
- Create a symlink from `/var/run/netns/<somename>` to `/proc/<thepid>/ns/net`
|
||||
- Execute `ip netns exec <somename> ....`
|
||||
|
||||
Review [Enumerating Cgroups](#enumerating-cgroups)for how to find
|
||||
Review [Enumerate Cgroups](#enumerate-cgroups) for how to find
|
||||
the cgroup of an in-container process whose network usage you want to measure.
|
||||
From there, you can examine the pseudo-file named
|
||||
`tasks`, which contains all the PIDs in the
|
||||
|
|
Loading…
Reference in New Issue