I am doing some tests on docker and containers and I was wondering:
Is there a method I can use to find all process associated with a docker container by its name or
docker ps will list docker containers that are running.
docker ps
docker exec <id|name> ps will tell you the processes it's running.
docker exec <id|name> ps