0 votes
in Docker by

What command initializes a node as a Docker Swarm manager?

a) docker swarm init

b) docker swarm start

c) docker swarm create

d) docker swarm manager

Click to View Answer and Explanation

1 Answer

0 votes
by
a) docker swarm init

Explanation:

The docker swarm init command initializes the current node as a Docker Swarm manager, which manages the infrastructure of a swarm.
...