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

A) To initialize a new 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: Docker swarm init is a command for initializing a new Docker swarm. It creates the first manager node of the swarm and generates a join token that can be used to add worker nodes.

Related questions

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