Setup nerdctl top cmd#223
Conversation
a5b8d88 to
61149b8
Compare
|
Ideally we should use https://github.com/containers/psgo rather than exec-ing |
1b4adfb to
082a99f
Compare
|
running the ps command in a rootless container with cgroupv1 is not possible because rootless container does not rely on cgroupv1. FYI : for pid host is like doing a ps on the host and dealing with the host I prefer making this refactoring later when using |
Signed-off-by: fahed dorgaa <fahed.dorgaa@gmail.com>
c2e97c7 to
ff8686b
Compare
|
Cc @AkihiroSuda |
- Clarify the origin of the codes copied from Moby - Fix the bash completion - Fix the doc - Fix cgroup manager check - Fix wording Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
- Clarify the origin of the codes copied from Moby - Fix the bash completion - Fix the doc - Fix cgroup manager check - Fix wording Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
follow-up to "setup docker top cmd" (#223)
|
Pid host is implemented here #273 |
same as
docker topSigned-off-by: fahed dorgaa fahed.dorgaa@gmail.com