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

A) To add a worker node to 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: Docker swarm join is a command for adding a worker node to a Docker swarm. It requires the join token generated by the manager node and can be used to join a node to the swarm from a remote host.

Related questions

0 votes
asked Apr 23 in Docker by john ganales
0 votes
asked Apr 24, 2020 in Big Data | Hadoop by Hodge
...