• a (All)

  • Meaning: Lists all containers, including those that are stopped. Usage: Provides a complete list of containers, including those that are not currently running. Example: docker ps -a shows all containers, both running and stopped.

    docker ps -a