Beginner Docker & Containers
Q6 / 100

What does the "docker ps" command show?

Correct! Well done.

Incorrect.

The correct answer is B) A list of currently running containers

B

Correct Answer

A list of currently running containers

Explanation

"docker ps" lists running containers by default; adding "-a" shows all containers including stopped ones.

Progress
6/100