701-100 Exam QuestionsBrowse all questions from this exam

701-100 Exam - Question 23


Which of the following commands lists the nodes in a Docker Swam cluster?

Show Answer
Correct Answer: C

The correct command to list the nodes in a Docker Swarm cluster is 'docker node ls'. This command provides a list of all the nodes in the swarm, including managers and workers, along with their statuses, roles, and availability. The other options do not perform this specific function.

Discussion

1 comment
Sign in to comment
alex87Option: C
Feb 1, 2023

C is correct