Login
Remember
Register
Ask a Question
What is the purpose of Docker swarm init?
0
votes
asked
Apr 23, 2024
in
Docker
by
john ganales
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
docker
swarm
init
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 23, 2024
by
john ganales
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.
...