You must allow the container to see the host's processes by sharing the PID namespace and grant the necessary permissions
docker run --pid=host --cap-add=NET_ADMIN --cap-add=SYS_ADMIN your_image_name