To list running containers, you can use the docker ps command. Simply execute the following command in your terminal:
docker ps
This command will display a list of all currently running containers, including details such as their container ID, image, command, creation time, status, ports, and names.
