dalance / procs

A modern replacement for ps written in Rust
MIT License
5.1k stars 114 forks source link

Configure /proc path #668

Closed bodgix closed 1 week ago

bodgix commented 2 months ago

I need to read the host processes from a docker container. I can mount the host's /proc read only into the docker container but need to point procs at a different path.

dalance commented 1 week ago

I added --procfs option to specify path of procfs.