docker: different PID for `top` and `ps`
docker exec lamp-test ps
show pids
inside docker container.
docker top lamp-test
show host system pids
.
You can see a container processes, but You cannot kill them. This "flawed" isolation actually has some great benefits, like the ability to monitor the processes running inside all your containers from a single monitor process running on the host machine.