0 votes
in Docker by

What is the purpose of Docker Swarm?

A) To manage a cluster of Docker nodes as a single virtual system

B) To manage Docker images

C) To manage Docker containers

D) To manage Docker networks

1 Answer

0 votes
by
Solution:A

Explanation: Docker Swarm is a tool for managing a cluster of Docker nodes as a single virtual system. It provides a simple and easy way to orchestrate Docker containers across multiple hosts and supports features like load balancing and service discovery.

Related questions

0 votes
asked Apr 23 in Docker by john ganales
0 votes
asked Apr 23 in Docker by john ganales
...