0 votes
in Docker by
What is the purpose of Docker swarm visualizer?

A) To visualize the nodes and services in a Docker swarm

B) To manage Docker images

C) To manage Docker containers

D) To manage Docker networks

1 Answer

0 votes
by

Answer: A

Explanation: A docker swarm visualizer is a tool for visualizing the nodes and services in a Docker swarm. It provides a web-based interface for viewing the swarm’s topology, including the nodes and services running on each node.

...