A Linux administrator wants to display a list of all containers, including ones that are stopped. Which of the following commands should the administrator run?
docker ps -a includes both running and stopped containers.
Incorrect Options:
B: Lists container images, not containers.
C: Shows resource usage of running containers.
D: Invalid syntax.
[Reference:, CompTIA Linux+ XK0-005 Study Guide, Chapter 12, man docker, ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit