0 votes
in Docker by

What is the primary purpose of Docker Swarm?

a) Image version management

b) Multi-host container orchestration

c) Container storage optimization

d) Automated container build pipeline

1 Answer

0 votes
by
b) Multi-host container orchestration

Explanation:

Docker Swarm is a native clustering and orchestration tool for Docker. It allows you to create and manage a swarm of Docker nodes and orchestrate services across multiple hosts.
...