check the docker containers that are running and stop one code example
Example 1: docker check running containers
docker ps -a
Example 2: list stopped containers
docker ps --filter "status=exited"
docker ps -a
docker ps --filter "status=exited"