List Running Containers
docker ps
Meaning: Lists all currently running containers. Usage: To view active containers and their details. Example: docker ps shows the container ID, image, command, and status of running containers.
-a