docker show all running images code example Example 1: docker check running containers docker ps -a Example 2: list stopped containers docker ps --filter "status=exited"