Why do I see the postgres process when I run top although it is running only inside Docker?

Viewed 49

I have a Docker instance running Postgres and Postgres is not installed on the host machine.
However, if I run top on the host machine I can see several process Postgres.
Can you please explain me why?

1 Answers
Related